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>
This commit is contained in:
parent
fb33aa47a0
commit
297cbdaeca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue