summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.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/hiscores.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/hiscores.h')
-rw-r--r--crawl-ref/source/hiscores.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h
index ca7e439401..5dc6350488 100644
--- a/crawl-ref/source/hiscores.h
+++ b/crawl-ref/source/hiscores.h
@@ -10,16 +10,16 @@
class scorefile_entry;
-void hiscores_new_entry( const scorefile_entry &se );
+void hiscores_new_entry(const scorefile_entry &se);
-void logfile_new_entry( const scorefile_entry &se );
+void logfile_new_entry(const scorefile_entry &se);
-void hiscores_print_list( int display_count = -1, int format = SCORE_TERSE );
+void hiscores_print_list(int display_count = -1, int format = SCORE_TERSE);
void hiscores_print_all(int display_count = -1, int format = SCORE_TERSE);
-std::string hiscores_format_single( const scorefile_entry &se );
-std::string hiscores_format_single_long( const scorefile_entry &se,
- bool verbose = false );
+std::string hiscores_format_single(const scorefile_entry &se);
+std::string hiscores_format_single_long(const scorefile_entry &se,
+ bool verbose = false);
void mark_milestone(const std::string &type, const std::string &milestone,
bool report_origin_level = false, time_t t = 0);