Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
	modified:   src/nms.c
  • Loading branch information
bartobri committed Jun 20, 2020
1 parent 1d01337 commit efe6d37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/nms.c
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2017 Brian Barto
*
*
* 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.
*/
Expand Down Expand Up @@ -32,9 +32,9 @@ int main(int argc, char *argv[])
case 'a':
nmseffect_set_autodecrypt(1);
break;
case 's':
nmseffect_set_maskblank(1);
break;
case 's':
nmseffect_set_maskblank(1);
break;
case 'c':
nmseffect_set_clearscr(1);
break;
Expand Down

0 comments on commit efe6d37

Please sign in to comment.