summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/place.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-10-15 01:55:59 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-10-15 01:55:59 +0200
commit555734fcd3aef4c83605d70d0456dda28b7b5ace (patch)
tree9c34fe5bc58d5f3d4c0a7622045adc7aa1d17a98 /crawl-ref/source/place.h
parentacf5187334f2cfb983a1a8de07d1e77f73e4283a (diff)
downloadcrawl-ref-555734fcd3aef4c83605d70d0456dda28b7b5ace.tar.gz
crawl-ref-555734fcd3aef4c83605d70d0456dda28b7b5ace.zip
Massive spacing fixes: "( spaces after parentheses )".
I did review it manually to find places where they made sense (like some tables), but for a massive sed job like this there might be places that I missed.
Diffstat (limited to 'crawl-ref/source/place.h')
-rw-r--r--crawl-ref/source/place.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/place.h b/crawl-ref/source/place.h
index 092a737b6e..84bb8a5535 100644
--- a/crawl-ref/source/place.h
+++ b/crawl-ref/source/place.h
@@ -14,8 +14,8 @@
//
unsigned short get_packed_place();
-unsigned short get_packed_place( branch_type branch, int subdepth,
- level_area_type level_type );
+unsigned short get_packed_place(branch_type branch, int subdepth,
+ level_area_type level_type);
int place_branch(unsigned short place);
int place_depth(unsigned short place);
@@ -23,8 +23,8 @@ int place_type(unsigned short place);
std::string short_place_name(unsigned short place);
std::string short_place_name(level_id id);
-std::string place_name( unsigned short place, bool long_name = false,
- bool include_number = true );
+std::string place_name(unsigned short place, bool long_name = false,
+ bool include_number = true);
// Prepositional form of branch level name. For example, "in the
// Abyss" or "on level 3 of the Main Dungeon".