Reindent.

This commit is contained in:
Eric S. Raymond 2017-07-11 03:26:00 -04:00
parent d9aadeedba
commit 96950869c6
2 changed files with 11 additions and 11 deletions

2
main.c
View file

@ -1103,7 +1103,7 @@ Lclearobj:
game.knfloc = 0;
// Get command input from user
if(!get_command_input(&command))
if (!get_command_input(&command))
return false;
Lclosecheck: