minor indentation fix

develop
Robert Heinrich 2012-03-20 11:41:17 +01:00
parent 9853cc137b
commit c9701b536a
1 changed files with 2 additions and 2 deletions

@ -144,9 +144,9 @@ command_result vampcheck (color_ostream &out, vector <string> & parameters)
return CR_OK; return CR_OK;
} }
if(parameters[i] == "detail") if(parameters[i] == "detail")
giveDetails = true; giveDetails = true;
if(parameters[i] == "nick") if(parameters[i] == "nick")
giveNick = true; giveNick = true;
} }
// check whole map if no cursor is active // check whole map if no cursor is active