staging: lustre: Replace spaces at the start of a line.
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>
This commit is contained in:
parent
29edbe5e29
commit
648d6e6ce4
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue