summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
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}: