remove tabs

This commit is contained in:
jsorg71 2008-03-25 05:31:11 +00:00
parent bd09af7d71
commit ae7bc310d6

View File

@ -426,10 +426,10 @@ main(int argc, char** argv)
} }
else if (g_strncasecmp(argv[1], "-nodaemon", 255) == 0 || else if (g_strncasecmp(argv[1], "-nodaemon", 255) == 0 ||
g_strncasecmp(argv[1], "--nodaemon", 255) == 0 || g_strncasecmp(argv[1], "--nodaemon", 255) == 0 ||
g_strncasecmp(argv[1], "-nd", 255) == 0 || g_strncasecmp(argv[1], "-nd", 255) == 0 ||
g_strncasecmp(argv[1], "--nd", 255) == 0 || g_strncasecmp(argv[1], "--nd", 255) == 0 ||
g_strncasecmp(argv[1], "-ns", 255) == 0 || g_strncasecmp(argv[1], "-ns", 255) == 0 ||
g_strncasecmp(argv[1], "--ns", 255) == 0) g_strncasecmp(argv[1], "--ns", 255) == 0)
{ {
no_daemon = 1; no_daemon = 1;
} }