From: Blaj Roxana Date: Tue, 16 Sep 2014 17:13:28 +0000 (+0300) Subject: staging: skein: replace spaces with tabs X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=297cbdaeca2b68aaae6bbb7affa4533430e8e91a;p=deliverable%2Flinux.git staging: skein: replace spaces with tabs This fixes the error and warning: ERROR: code indent should use tabs where possible WARNING: please, no spaces at the start of a line Signed-off-by: Blaj Roxana Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/skein/skein_block.c b/drivers/staging/skein/skein_block.c index 04ce1d005479..616364faf92e 100644 --- a/drivers/staging/skein/skein_block.c +++ b/drivers/staging/skein/skein_block.c @@ -34,7 +34,7 @@ #ifdef SKEIN_DEBUG #define debug_save_tweak(ctx) { \ - ctx->h.tweak[0] = ts[0]; ctx->h.tweak[1] = ts[1]; } + ctx->h.tweak[0] = ts[0]; ctx->h.tweak[1] = ts[1]; } #else #define debug_save_tweak(ctx) #endif