Browse Source

sha256_*.c: trim trailing whitespace

Jeff Garzik 15 years ago
parent
commit
cdb4cd9c8b
3 changed files with 3 additions and 3 deletions
  1. 1 1
      sha256_cryptopp.c
  2. 1 1
      sha256_generic.c
  3. 1 1
      sha256_sse2_amd64.c

+ 1 - 1
sha256_cryptopp.c

@@ -540,7 +540,7 @@ static void CRYPTOPP_FASTCALL X86_SHA256_HashBlocks(word32 *state, const word32
 
 
 #ifdef __GNUC__
 #ifdef __GNUC__
 	".att_syntax prefix;"
 	".att_syntax prefix;"
-	: 
+	:
 	: "c" (state), "d" (data), "S" (SHA256_K+48), "D" (len)
 	: "c" (state), "d" (data), "S" (SHA256_K+48), "D" (len)
 	#if CRYPTOPP_BOOL_X64
 	#if CRYPTOPP_BOOL_X64
 		, "m" (workspace[0])
 		, "m" (workspace[0])

+ 1 - 1
sha256_generic.c

@@ -13,7 +13,7 @@
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the Free
  * under the terms of the GNU General Public License as published by the Free
- * Software Foundation; either version 2 of the License, or (at your option) 
+ * Software Foundation; either version 2 of the License, or (at your option)
  * any later version.
  * any later version.
  *
  *
  */
  */

+ 1 - 1
sha256_sse2_amd64.c

@@ -4,7 +4,7 @@
  *
  *
  * This program is free software; you can redistribute it and/or modify it
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the Free
  * under the terms of the GNU General Public License as published by the Free
- * Software Foundation; either version 2 of the License, or (at your option) 
+ * Software Foundation; either version 2 of the License, or (at your option)
  * any later version.
  * any later version.
  *
  *
  */
  */