staging: lustre: libcfs_debug.h: Align backslashes in macros

Uniformly align backslashes to improve readability.

Signed-off-by: Salym Senyonga <salymsash@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Salym Senyonga
2014-01-13 16:41:06 +03:00
committed by Greg Kroah-Hartman
parent 5b50eeffee
commit 924a9f949c

View File

@ -228,7 +228,7 @@ do { \
do { \
static struct cfs_debug_limit_state cdls; \
\
__CDEBUG(&cdls, mask, format, ## __VA_ARGS__);\
__CDEBUG(&cdls, mask, format, ## __VA_ARGS__); \
} while (0)