summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 935abf777c..68188b9f5c 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -238,7 +238,7 @@ int list_spells(bool toggle_with_I)
std::vector<MenuEntry*> sel = spell_menu.show();
redraw_screen();
- if ( sel.empty() )
+ if (sel.empty())
{
return 0;
}