From 24f9798b08e8f2e2145d9602b2ad21b8212c9ebd Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 10 Jun 2008 01:31:45 +0000 Subject: Add whitespace fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5680 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/abl-show.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/abl-show.h') diff --git a/crawl-ref/source/abl-show.h b/crawl-ref/source/abl-show.h index ce96ffd873..387d7b7749 100644 --- a/crawl-ref/source/abl-show.h +++ b/crawl-ref/source/abl-show.h @@ -39,7 +39,7 @@ struct generic_cost { return generic_cost(low, high - low + 1, rolls); } - + int cost() const; operator bool () const { return base > 0 || add > 0; } -- cgit v1.2.3-54-g00ecf