summaryrefslogtreecommitdiff
path: root/src/tilearea_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tilearea_type.h')
-rw-r--r--src/tilearea_type.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tilearea_type.h b/src/tilearea_type.h
index 8a9292ad6..c6af2dc38 100644
--- a/src/tilearea_type.h
+++ b/src/tilearea_type.h
@@ -45,13 +45,13 @@ struct OrthogonalTileArea {
}
inline bool IsEmpty() const
- {
- return (w==0 && h==0);
+ {
+ return (w==0 && h==0);
}
inline bool IsFinite() const
- {
- return (w!=0 && h!=0);
+ {
+ return (w!=0 && h!=0);
}
bool Intersects(const OrthogonalTileArea &ta) const;