summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-you.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-21 11:07:15 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-21 11:07:15 +0200
commitc5a66a46ca0693f3b2ad6e47866b03d772cf34fd (patch)
treeb74be6feedc08ed50f3936d05c2c03b6dca32eeb /crawl-ref/source/wiz-you.h
parent978f43a9532dfce7c0b00830858e7f03b5ae6a0b (diff)
downloadcrawl-ref-c5a66a46ca0693f3b2ad6e47866b03d772cf34fd.tar.gz
crawl-ref-c5a66a46ca0693f3b2ad6e47866b03d772cf34fd.zip
Remove spaces between function identifiers and arguments lists.
Diffstat (limited to 'crawl-ref/source/wiz-you.h')
-rw-r--r--crawl-ref/source/wiz-you.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/wiz-you.h b/crawl-ref/source/wiz-you.h
index 264fbfb5a9..8d5abd4429 100644
--- a/crawl-ref/source/wiz-you.h
+++ b/crawl-ref/source/wiz-you.h
@@ -22,7 +22,7 @@ void set_xl(const int newxl, const bool train);
bool wizard_add_mutation();
void wizard_set_stats(void);
void wizard_edit_durations(void);
-void wizard_get_god_gift ();
+void wizard_get_god_gift();
void wizard_toggle_xray_vision();
void wizard_god_wrath();
void wizard_god_mollify();