From cdb4cd9c8be6c828908622efdca732eff8495787 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Mon, 14 Mar 2011 21:48:15 -0400 Subject: [PATCH] sha256_*.c: trim trailing whitespace --- sha256_cryptopp.c | 2 +- sha256_generic.c | 2 +- sha256_sse2_amd64.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sha256_cryptopp.c b/sha256_cryptopp.c index a954a85f..f5f89000 100644 --- a/sha256_cryptopp.c +++ b/sha256_cryptopp.c @@ -540,7 +540,7 @@ static void CRYPTOPP_FASTCALL X86_SHA256_HashBlocks(word32 *state, const word32 #ifdef __GNUC__ ".att_syntax prefix;" - : + : : "c" (state), "d" (data), "S" (SHA256_K+48), "D" (len) #if CRYPTOPP_BOOL_X64 , "m" (workspace[0]) diff --git a/sha256_generic.c b/sha256_generic.c index 46cc0c23..596a6db5 100644 --- a/sha256_generic.c +++ b/sha256_generic.c @@ -13,7 +13,7 @@ * * 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 - * 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. * */ diff --git a/sha256_sse2_amd64.c b/sha256_sse2_amd64.c index df0be121..03a83239 100644 --- a/sha256_sse2_amd64.c +++ b/sha256_sse2_amd64.c @@ -4,7 +4,7 @@ * * 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 - * 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. * */