staging: lustre: Adjust code indent for macro and tail blackslash
authorPan Li <incarnation.p.lee@outlook.com>
Mon, 27 Jul 2015 05:49:11 +0000 (13:49 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 31 Jul 2015 22:54:10 +0000 (15:54 -0700)
Adjust code indent for macro with tab, as well as tail blackslash.

Signed-off-by: Pan Li <incarnation.p.lee@outlook.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/cl_page.c

index 4def88106d3af69880891fa5fb79697969f1bf0b..7c8643786205b35b9e1ba0b4de38c206926e0869 100644 (file)
 static void cl_page_delete0(const struct lu_env *env, struct cl_page *pg,
                            int radix);
 
-# define PASSERT(env, page, expr)                                     \
-       do {                                                                \
-         if (unlikely(!(expr))) {                                    \
-                 CL_PAGE_DEBUG(D_ERROR, (env), (page), #expr "\n");    \
-                 LASSERT(0);                                      \
-         }                                                          \
+# define PASSERT(env, page, expr)                                         \
+       do {                                                               \
+               if (unlikely(!(expr))) {                                   \
+                       CL_PAGE_DEBUG(D_ERROR, (env), (page), #expr "\n"); \
+                       LASSERT(0);                                        \
+               }                                                          \
        } while (0)
 
 # define PINVRNT(env, page, exp) \
This page took 0.030016 seconds and 5 git commands to generate.