summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-13 20:07:48 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-13 20:07:48 -0500
commit6bfc75cc70b5f970c0ff00e59fbdfdaf0b7bf745 (patch)
treedc81037df9da5d13b2ea893c7cbefda47b3a312f /crawl-ref/source/spells1.cc
parent4b6fda9b568ac1fdb0050be162ba45647a9733c3 (diff)
downloadcrawl-ref-6bfc75cc70b5f970c0ff00e59fbdfdaf0b7bf745.tar.gz
crawl-ref-6bfc75cc70b5f970c0ff00e59fbdfdaf0b7bf745.zip
Add more minor cosmetic fixes.
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 8d503e2ca9..d480f36430 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -71,7 +71,7 @@ int blink(int pow, bool high_level_controlled_blink, bool wizard_blink)
crawl_state.cant_cmd_repeat("You can't repeat controlled blinks.");
crawl_state.cancel_cmd_again();
crawl_state.cancel_cmd_repeat();
- return(1);
+ return (1);
}
// yes, there is a logic to this ordering {dlb}: