eat leading whitespace with preprocessor
authorMike Frysinger <vapier@gentoo.org>
Sun, 31 Jul 2005 21:05:19 +0000 (21:05 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sun, 31 Jul 2005 21:05:19 +0000 (21:05 -0000)
miscutils/devfsd.c

index 34945c7..0a6bf14 100644 (file)
@@ -932,9 +932,9 @@ static void action_modload (const struct devfsd_notify_struct *info,
        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