From 73d249e704cfdf8632c120599c1ddfeceb81dd32 Mon Sep 17 00:00:00 2001
From: Denys Vlasenko <vda.linux@googlemail.com>
Date: Fri, 28 Oct 2011 14:07:44 +0200
Subject: whitespace fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
---
 libbb/uuencode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'libbb')

diff --git a/libbb/uuencode.c b/libbb/uuencode.c
index 23e2123bc..46ca79654 100644
--- a/libbb/uuencode.c
+++ b/libbb/uuencode.c
@@ -203,7 +203,7 @@ void FAST_FUNC read_base64(FILE *src_stream, FILE *dst_stream, int flags)
 		out_tail = out_buf;
 		in_tail = decode_base64(&out_tail, in_buf);
 
-                fwrite(out_buf, (out_tail - out_buf), 1, dst_stream);
+		fwrite(out_buf, (out_tail - out_buf), 1, dst_stream);
 
 		if (term_seen) {
 			/* Did we consume ALL characters? */
-- 
cgit v1.2.3-55-g6feb