eat leading whitespace with preprocessor

This commit is contained in:
Mike Frysinger 2005-07-31 21:05:19 +00:00
parent 08c20362f5
commit 6f978dbacd

View 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