summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/coordit.h
diff options
context:
space:
mode:
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;