From 6bfc75cc70b5f970c0ff00e59fbdfdaf0b7bf745 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 13 Oct 2009 20:07:48 -0500 Subject: Add more minor cosmetic fixes. --- crawl-ref/source/spells1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells1.cc') 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}: -- cgit v1.2.3-54-g00ecf