home · contact · privacy
More consistent code styling whitespace rules.
[plomrogue] / src / command_db.h
index bbc60f49e32be83ff39a899ef27168391c33d422..866f5e34a577eaba89ccd38b2381f83835a6598b 100644 (file)
@@ -36,8 +36,6 @@ extern uint8_t get_command_id(char * dsc_short);
 /* Give short description of command ("dsc_short"), get long description. */
 extern char * get_command_longdsc(char * dsc_short);
 
-
-
 /* Read in CommandDB from file "config/commands" to world.cmd_db. */
 extern void init_command_db();