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

vapier at busybox.net vapier at busybox.net
Sun Jul 31 21:05:20 UTC 2005


Author: vapier
Date: 2005-07-31 15:05:19 -0600 (Sun, 31 Jul 2005)
New Revision: 10995

Log:
eat leading whitespace with preprocessor

Modified:
   trunk/busybox/miscutils/devfsd.c


Changeset:
Modified: trunk/busybox/miscutils/devfsd.c
===================================================================
--- trunk/busybox/miscutils/devfsd.c	2005-07-31 20:51:58 UTC (rev 10994)
+++ trunk/busybox/miscutils/devfsd.c	2005-07-31 21:05:19 UTC (rev 10995)
@@ -932,9 +932,9 @@
 	argv[5] = NULL;
 
 	snprintf (device, sizeof (device), "/dev/%s", info->devname);
-	#ifdef CONFIG_DEBUG
+#ifdef CONFIG_DEBUG
 	msg_logger( NO_DIE, LOG_INFO, "action_modload():%s %s %s %s %s\n",argv[0],argv[1],argv[2],argv[3],argv[4]);
-	#endif
+#endif
 	fork_and_execute(DIE, argv[0], argv);
 }  /*  End Function action_modload  */
 #endif




More information about the busybox-cvs mailing list