From 24affbeb71aa4fcd6885e2a773c7c19d29983c07 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 11 Dec 2013 11:37:24 +0100 Subject: remove trailing white spaces --- nthash.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nthash.c b/nthash.c index 6cd069b..1470b7c 100644 --- a/nthash.c +++ b/nthash.c @@ -12,9 +12,9 @@ #include #include #include - + #include - + #define BUF_SIZE 64 #define TOCODE "UTF-16LE" #define FROMCODE "UTF-8" @@ -27,7 +27,7 @@ int main(int argc, char **argv) { int i, linebreak = 0; size_t done, inbytes, outbytes; iconv_t conv; - + md4_init(&ctx); while (1) { done = inbytes = fread(buffer, 1, BUF_SIZE, stdin); -- cgit v1.2.3-54-g00ecf