summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/libutil.h')
-rw-r--r--crawl-ref/source/libutil.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/source/libutil.h b/crawl-ref/source/libutil.h
index fc42023f70..751baef885 100644
--- a/crawl-ref/source/libutil.h
+++ b/crawl-ref/source/libutil.h
@@ -36,9 +36,10 @@ int strip_number_tag(std::string &s, const std::string &tagprefix);
std::string strip_tag_prefix(std::string &s, const std::string &tagprefix);
std::string article_a(const std::string &name, bool lowercase = true);
-std::string pluralise(const std::string &name,
- const char *stock_plural_quals[] = standard_plural_qualifiers,
- const char *no_of[] = NULL);
+std::string pluralise(
+ const std::string &name,
+ const char *stock_plural_quals[] = standard_plural_qualifiers,
+ const char *no_of[] = NULL);
std::string number_in_words(unsigned number, int pow = 0);