staging: lustre: Replace spaces at the start of a line.
authorPan Li <incarnation.p.lee@outlook.com>
Mon, 27 Jul 2015 05:48:10 +0000 (13:48 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 31 Jul 2015 22:54:09 +0000 (15:54 -0700)
Replace the spaces at the start of a line with tab for indent.

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 282ae734fba2ae0d38c9b8dfa90195cbe110a409..4def88106d3af69880891fa5fb79697969f1bf0b 100644 (file)
@@ -52,12 +52,12 @@ static void cl_page_delete0(const struct lu_env *env, struct cl_page *pg,
                            int radix);
 
 # define PASSERT(env, page, expr)                                     \
-  do {                                                             \
+       do {                                                                \
          if (unlikely(!(expr))) {                                    \
                  CL_PAGE_DEBUG(D_ERROR, (env), (page), #expr "\n");    \
                  LASSERT(0);                                      \
          }                                                          \
-  } while (0)
+       } while (0)
 
 # define PINVRNT(env, page, exp) \
        ((void)sizeof(env), (void)sizeof(page), (void)sizeof !!(exp))
This page took 0.039631 seconds and 5 git commands to generate.