[BusyBox-cvs] svn commit: trunk/busybox/coreutils

vapier at busybox.net vapier at busybox.net
Fri May 13 00:58:19 UTC 2005


Author: vapier
Date: 2005-05-12 18:58:18 -0600 (Thu, 12 May 2005)
New Revision: 10322

Log:
blah, forgot to save last time to fix whitespacing

Modified:
   trunk/busybox/coreutils/comm.c


Changeset:
Modified: trunk/busybox/coreutils/comm.c
===================================================================
--- trunk/busybox/coreutils/comm.c	2005-05-13 00:57:30 UTC (rev 10321)
+++ trunk/busybox/coreutils/comm.c	2005-05-13 00:58:18 UTC (rev 10322)
@@ -42,7 +42,7 @@
 {
 	if (class == 0) {
 		if (!only_file_1)
-		return;
+			return;
 	} else if (class == 1) {
 		if (!only_file_2)
 			return;




More information about the busybox-cvs mailing list