Staging: lustre: obd: Fix a coding style issue

Fixed a brace coding style issue for functions.

Signed-off-by: Dean Michael Ancajas <dbancajas@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Dean Ancajas 2014-12-08 11:36:33 -07:00 committed by Greg Kroah-Hartman
parent ff2bf19e8d
commit 4d4e1eef9a

View file

@ -662,7 +662,8 @@ static int cl_env_store_init(void) {
return cl_env_hash != NULL ? 0 :-ENOMEM;
}
static void cl_env_store_fini(void) {
static void cl_env_store_fini(void)
{
cfs_hash_putref(cl_env_hash);
}