summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/random.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-07-29 00:33:33 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-07-29 00:43:59 +0200
commitae178448a6010521a5e3acd5144e92c8acd5f3b8 (patch)
tree16f34659061589dbf3025fa86da6169f2dfdbd20 /crawl-ref/source/random.cc
parentaf76f809d3f1679210469c3b194f1b06dc85536b (diff)
downloadcrawl-ref-ae178448a6010521a5e3acd5144e92c8acd5f3b8.tar.gz
crawl-ref-ae178448a6010521a5e3acd5144e92c8acd5f3b8.zip
Fix spacing.
Diffstat (limited to 'crawl-ref/source/random.cc')
-rw-r--r--crawl-ref/source/random.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/random.cc b/crawl-ref/source/random.cc
index 7544a052ed..5277f7e4ec 100644
--- a/crawl-ref/source/random.cc
+++ b/crawl-ref/source/random.cc
@@ -315,7 +315,7 @@ bool defer_rand::x_chance_in_y_contd(int x, int y, int index)
// y = expn_rand_2 - expn_rand_1; no-op
x = expn_minimum_fail - expn_rand_1;
- } while(1);
+ } while (1);
}
int defer_rand::random2(int maxp1)