summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2011-02-07 15:35:04 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2011-02-07 15:36:08 -0600
commit298c30a0119dfb9d392b7446235e64505fd3945c (patch)
tree90bdb108ab257419e8cdc571ec31cd340ed727bc /crawl-ref/source/initfile.h
parentb1a24c128180e72f7931294c2d218ad53dc1a233 (diff)
downloadcrawl-ref-298c30a0119dfb9d392b7446235e64505fd3945c.tar.gz
crawl-ref-298c30a0119dfb9d392b7446235e64505fd3945c.zip
Add spacing fixes.
Diffstat (limited to 'crawl-ref/source/initfile.h')
-rw-r--r--crawl-ref/source/initfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/initfile.h b/crawl-ref/source/initfile.h
index 18d77d0df6..df87757728 100644
--- a/crawl-ref/source/initfile.h
+++ b/crawl-ref/source/initfile.h
@@ -19,7 +19,7 @@ enum drop_mode_type
DM_MULTI,
};
-int str_to_summon_type (const std::string &str);
+int str_to_summon_type(const std::string &str);
std::string gametype_to_str(game_type type);
std::string read_init_file(bool runscript = false);