summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/asg.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-12-02 01:56:04 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-12-02 12:41:07 +0100
commit4d8a9aa4d283e10a3f8f348fe059f699609eb16d (patch)
treefa8bf0ba425595e5abf1f6e6122a2fe77d6b71c2 /crawl-ref/source/asg.cc
parentfaa0ec9203e4015243de868c77ef72ad96fd3034 (diff)
downloadcrawl-ref-4d8a9aa4d283e10a3f8f348fe059f699609eb16d.tar.gz
crawl-ref-4d8a9aa4d283e10a3f8f348fe059f699609eb16d.zip
Consistently use a space after flow control statements.
Diffstat (limited to 'crawl-ref/source/asg.cc')
-rw-r--r--crawl-ref/source/asg.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/asg.cc b/crawl-ref/source/asg.cc
index 4d90c52107..f942bb93e8 100644
--- a/crawl-ref/source/asg.cc
+++ b/crawl-ref/source/asg.cc
@@ -71,7 +71,7 @@ void push_asg_state()
void pop_asg_state()
{
- if(states.empty())
+ if (states.empty())
return;
delete asg_rng;