Cleanup: De-tabbed source

This commit is contained in:
Paul Beckingham 2015-07-26 12:39:08 -04:00
parent 5b61420b52
commit 3158883dc4
2 changed files with 122 additions and 122 deletions

View file

@ -209,7 +209,7 @@ const std::map <Command::Category, std::string> Command::categoryNames =
,{Command::Category::internal, "internal"}
,{Command::Category::UNDOCUMENTED, "undocumented"}
};
////////////////////////////////////////////////////////////////////////////////
Command::Command ()
: _category(Category::unassigned)