Fix indentation
modified: src/nms.c
This commit is contained in:
parent
1d01337b6a
commit
efe6d37f68
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Brian Barto
|
* Copyright (c) 2017 Brian Barto
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of the GPL License. See LICENSE for more details.
|
* under the terms of the GPL License. See LICENSE for more details.
|
||||||
*/
|
*/
|
||||||
@ -32,9 +32,9 @@ int main(int argc, char *argv[])
|
|||||||
case 'a':
|
case 'a':
|
||||||
nmseffect_set_autodecrypt(1);
|
nmseffect_set_autodecrypt(1);
|
||||||
break;
|
break;
|
||||||
case 's':
|
case 's':
|
||||||
nmseffect_set_maskblank(1);
|
nmseffect_set_maskblank(1);
|
||||||
break;
|
break;
|
||||||
case 'c':
|
case 'c':
|
||||||
nmseffect_set_clearscr(1);
|
nmseffect_set_clearscr(1);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user