Commit Diff


commit - 83c62ff950397e5fa3870526465c1289b7abf1ab
commit + 71ddfd2023f7358314ee13427919803c5917c6ab
blob - 788398de69111418d5d2d9b81f00c9e740b8cdb1
blob + 1bbdf9571f7d5d1a46f85617f3f3123885d20feb
--- gmid.c
+++ gmid.c
@@ -444,35 +444,27 @@ main(int argc, char **argv)
 				fatal("could not parse macro definition: %s",
 				    optarg);
 			break;
-
 		case 'd':
 			conf.foreground = 1;
 			break;
-
 		case 'f':
 			config_path = absolutify_path(optarg);
 			break;
-
 		case 'h':
 			usage();
 			return 0;
-
 		case 'n':
 			conftest++;
 			break;
-
 		case 'P':
 			pidfile = optarg;
 			break;
-
 		case 'V':
 			puts("Version: " GMID_STRING);
 			return 0;
-
 		case 'v':
 			conf.verbose++;
 			break;
-
 		default:
 			usage();
 			return 1;