Fix some whitespace errors

This commit is contained in:
Danny Robson 2012-05-30 20:20:19 +10:00
parent 9d27f798aa
commit 0ac8785b2a
3 changed files with 4 additions and 5 deletions

View File

@ -39,7 +39,6 @@ void
check_level (level_t l)
{ CHECK (l >= 0 && l < NUM_LEVELS); }
const string&
level_to_string (level_t l) {
check_level (l);