staging: lustre: lclient: lcommon_cl.c fixing coding style issues
authorAnil Belur <askb23@gmail.com>
Wed, 18 Jun 2014 08:23:56 +0000 (18:23 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jun 2014 22:40:17 +0000 (15:40 -0700)
fixed: WARNING: suspect code indent for conditional statements (32, 32)

Signed-off-by: Anil Belur <askb23@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/lclient/lcommon_cl.c

index b8552abc6a63d6a30508a6626542f2e49aeec55e..08d6fbdf6ed9bc31385d9bc9a1551a37b9e94f7d 100644 (file)
@@ -826,7 +826,7 @@ int ccc_prep_size(const struct lu_env *env, struct cl_object *obj,
 
                                if ((size == 0 && cur_index != 0) ||
                                    size_index < cur_index)
-                               *exceed = 1;
+                                       *exceed = 1;
                        }
                        return result;
                } else {
This page took 0.027027 seconds and 5 git commands to generate.