summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapmark.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-23 05:55:28 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-23 05:55:28 +0000
commit37742bb98e496fe334c0e942a4f82bb145a5b656 (patch)
treeb8644e07f609b8ad67362a9e54bde1c9eddb571c /crawl-ref/source/mapmark.h
parentf089c69d4e8d21696eeb91f0eee9f8fe33ce7338 (diff)
downloadcrawl-ref-37742bb98e496fe334c0e942a4f82bb145a5b656.tar.gz
crawl-ref-37742bb98e496fe334c0e942a4f82bb145a5b656.zip
Add more whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6074 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mapmark.h')
-rw-r--r--crawl-ref/source/mapmark.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/crawl-ref/source/mapmark.h b/crawl-ref/source/mapmark.h
index b5f9ce5e3e..3efc40e591 100644
--- a/crawl-ref/source/mapmark.h
+++ b/crawl-ref/source/mapmark.h
@@ -37,8 +37,8 @@ public:
virtual void read(reader &);
virtual std::string debug_describe() const = 0;
virtual std::string feature_description() const;
- virtual std::string property(const std::string &pname) const;
-
+ virtual std::string property(const std::string &pname) const;
+
static map_marker *read_marker(reader &);
static map_marker *parse_marker(const std::string &text,
const std::string &ctx = "")
@@ -70,7 +70,7 @@ public:
static map_marker *read(reader &, map_marker_type);
static map_marker *parse(const std::string &s, const std::string &)
throw (std::string);
-
+
public:
dungeon_feature_type feat;
};
@@ -109,9 +109,9 @@ public:
std::string debug_describe() const;
std::string feature_description() const;
std::string property(const std::string &pname) const;
-
+
void notify_dgn_event(const dgn_event &e);
-
+
static map_marker *read(reader &, map_marker_type);
static map_marker *parse(const std::string &s, const std::string &)
throw (std::string);
@@ -134,13 +134,13 @@ public:
void read(reader &);
std::string debug_describe() const;
std::string feature_description() const;
- std::string property(const std::string &pname) const;
- std::string set_property(const std::string &key, const std::string &val);
+ std::string property(const std::string &pname) const;
+ std::string set_property(const std::string &key, const std::string &val);
map_marker *clone() const;
static map_marker *read(reader &, map_marker_type);
static map_marker *parse(const std::string &s, const std::string &)
throw (std::string);
-
+
public:
std::map<std::string, std::string> properties;
};