Comments, whitespace.
This commit is contained in:
parent
f70445af2b
commit
0b1f561e97
10 changed files with 3 additions and 17 deletions
|
@ -142,17 +142,13 @@ main(int argc, char **argv)
|
|||
#if defined(_WIN32)
|
||||
case 'I':
|
||||
service_name = optarg;
|
||||
/*
|
||||
* fall out
|
||||
*/
|
||||
/* fall through */
|
||||
case 'i':
|
||||
install_service_set++;
|
||||
break;
|
||||
case 'R':
|
||||
service_name = optarg;
|
||||
/*
|
||||
* fall out
|
||||
*/
|
||||
/* fall through */
|
||||
case 'r':
|
||||
remove_service_set++;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue