summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/debug.cc')
-rw-r--r--crawl-ref/source/debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index 944bc743b8..75c5944b4f 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -1932,7 +1932,7 @@ static void debug_rap_stats(FILE *ostat)
for (int j = 0; j < RAP_NUM_PROPERTIES; j++)
{
const int val = proprt[j];
- if(val)
+ if (val)
{
num_props++;
all_props[j]++;