summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 88896db533..db9b688ebf 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -1921,7 +1921,7 @@ static bool _determine_ghost_version( FILE *ghostFile,
static void _restore_ghost_version( FILE *ghostFile,
char majorVersion, char minorVersion )
{
- switch(majorVersion)
+ switch (majorVersion)
{
case TAG_MAJOR_VERSION:
_restore_tagged_file(ghostFile, TAGTYPE_GHOST, minorVersion);