summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/externs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 41e4a0fecf..a8bbc5973b 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -625,9 +625,9 @@ public:
*this = item_def();
}
private:
- std::string name_aux( description_level_type desc,
- bool terse, bool ident,
- unsigned long ignore_flags ) const;
+ std::string name_aux(description_level_type desc,
+ bool terse, bool ident,
+ unsigned long ignore_flags) const;
};
class runrest