[git commit] whitespace fixes

Denys Vlasenko vda.linux at googlemail.com
Fri Oct 28 12:07:44 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=73d249e704cfdf8632c120599c1ddfeceb81dd32
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 coreutils/pwd.c      |    2 +-
 libbb/uuencode.c     |    2 +-
 miscutils/runlevel.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/coreutils/pwd.c b/coreutils/pwd.c
index 9455975..bb3ad04 100644
--- a/coreutils/pwd.c
+++ b/coreutils/pwd.c
@@ -43,7 +43,7 @@ static int logical_getcwd(void)
 		if (*p == '.')
 			p++; /* we found "/.." */
 		if (*p == '\0' || *p == '/')
-    			return 0; /* "/./" or "/../" component: bad */
+			return 0; /* "/./" or "/../" component: bad */
 	}
 
 	if (stat(wd, &st1) != 0)
diff --git a/libbb/uuencode.c b/libbb/uuencode.c
index 23e2123..46ca796 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? */
diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c
index 9d38b79..76231df 100644
--- a/miscutils/runlevel.c
+++ b/miscutils/runlevel.c
@@ -11,7 +11,7 @@
  *
  * initially busyboxified by Bernhard Reutner-Fischer
  */
- 
+
 //usage:#define runlevel_trivial_usage
 //usage:       "[FILE]"
 //usage:#define runlevel_full_usage "\n\n"


More information about the busybox-cvs mailing list