summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/coordit.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-08 01:10:33 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-08 01:31:42 +0100
commitef9199151b8f3e969fc006ad4c52282b44ab8133 (patch)
tree298942aea80a768245c7e3c5fcc86bf51cf8e7ae /crawl-ref/source/coordit.h
parent9fe79e18ac4b445f04e732338bcf77244a611db9 (diff)
downloadcrawl-ref-ef9199151b8f3e969fc006ad4c52282b44ab8133.tar.gz
crawl-ref-ef9199151b8f3e969fc006ad4c52282b44ab8133.zip
Formatting.
Diffstat (limited to 'crawl-ref/source/coordit.h')
-rw-r--r--crawl-ref/source/coordit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/coordit.h b/crawl-ref/source/coordit.h
index d4624c9ec7..4599eea66d 100644
--- a/crawl-ref/source/coordit.h
+++ b/crawl-ref/source/coordit.h
@@ -5,8 +5,8 @@ class rectangle_iterator :
public std::iterator<std::forward_iterator_tag, coord_def>
{
public:
- rectangle_iterator( const coord_def& corner1, const coord_def& corner2 );
- explicit rectangle_iterator( int x_border_dist, int y_border_dist = -1 );
+ rectangle_iterator(const coord_def& corner1, const coord_def& corner2);
+ explicit rectangle_iterator(int x_border_dist, int y_border_dist = -1);
operator bool() const;
coord_def operator *() const;
const coord_def* operator->() const;