summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.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/itemprop.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/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 6f8761b88a..c0f79e8830 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -148,7 +148,7 @@ bool ring_has_stackable_effect(const item_def &item);
// food functions:
bool is_blood_potion(const item_def &item);
-bool is_fizzing_potion (const item_def &item);
+bool is_fizzing_potion(const item_def &item);
int food_value(const item_def &item);
int food_turns(const item_def &item);
bool can_cut_meat(const item_def &item);
@@ -182,9 +182,9 @@ equipment_type get_item_slot(object_class_type type, int sub_type);
equipment_type get_item_slot(const item_def& item);
std::string item_base_name(const item_def &item);
-std::string item_base_name (object_class_type type, int sub_type);
-std::string food_type_name (const item_def &item);
-std::string food_type_name (int sub_type);
+std::string item_base_name(object_class_type type, int sub_type);
+std::string food_type_name(const item_def &item);
+std::string food_type_name(int sub_type);
const char* weapon_base_name(uint8_t subtype);
void seen_item(const item_def &item);