Browse Source

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 <roxanagabriela10@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Blaj Roxana 11 years ago
parent
commit
297cbdaeca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/skein/skein_block.c

+ 1 - 1
drivers/staging/skein/skein_block.c

@@ -34,7 +34,7 @@
 
 
 #ifdef SKEIN_DEBUG
 #ifdef SKEIN_DEBUG
 #define debug_save_tweak(ctx) { \
 #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
 #else
 #define debug_save_tweak(ctx)
 #define debug_save_tweak(ctx)
 #endif
 #endif