diff options
author | Blaj Roxana <roxanagabriela10@gmail.com> | 2014-09-16 20:13:28 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-19 17:27:28 -0700 |
commit | 297cbdaeca2b68aaae6bbb7affa4533430e8e91a (patch) | |
tree | 6b58a22dc093ca5c4efd99dc73e490f2f4c27bab | |
parent | fb33aa47a00edc789d17d80174cd3ed8a1c82c66 (diff) | |
download | linux-297cbdaeca2b68aaae6bbb7affa4533430e8e91a.tar.gz linux-297cbdaeca2b68aaae6bbb7affa4533430e8e91a.tar.bz2 linux-297cbdaeca2b68aaae6bbb7affa4533430e8e91a.zip |
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>
-rw-r--r-- | drivers/staging/skein/skein_block.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |