summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-18 23:37:49 -0400
committerNeil Moore <neil@s-z.org>2014-07-18 23:39:05 -0400
commit754d02eb32291cb257964e8978180ca4e41cdfb8 (patch)
treeb91d95f7f22259caafda16ae186ba494f2660ebe /crawl-ref/source/files.cc
parentb4cbbce6907c3fb076f0f0dddf6cc7aaaeec842e (diff)
downloadcrawl-ref-754d02eb32291cb257964e8978180ca4e41cdfb8.tar.gz
crawl-ref-754d02eb32291cb257964e8978180ca4e41cdfb8.zip
Fix whitespace.
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 30f99e0a8b..4b559b224e 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -1746,7 +1746,7 @@ bool load_ghost(bool creating_level)
#endif
#ifdef BONES_DIAGNOSTICS
- const bool do_diagnostics =
+ const bool do_diagnostics =
# if defined(DEBUG_BONES) || defined(DEBUG_DIAGNOSTICS)
true
# elif defined(WIZARD)
@@ -2288,7 +2288,7 @@ static FILE* _make_bones_file(string * return_gfilename)
void save_ghost(bool force)
{
#ifdef BONES_DIAGNOSTICS
- const bool do_diagnostics =
+ const bool do_diagnostics =
# if defined(DEBUG_BONES) || defined(DEBUG_DIAGNOSTICS)
true
# elif defined(WIZARD)