aboutsummaryrefslogtreecommitdiff
path: root/common/rect.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-11-08 22:43:46 +0000
committerPaweł Kołodziejski2003-11-08 22:43:46 +0000
commitb5a7ef0822d336958682b3f9b8b1c4fc0d28af3c (patch)
tree664e98a759f8c7e821c9a33b8c17f27eb295d4a3 /common/rect.h
parentbd972c97e57234dadd830fef118139c0bf9c71e4 (diff)
downloadscummvm-rg350-b5a7ef0822d336958682b3f9b8b1c4fc0d28af3c.tar.gz
scummvm-rg350-b5a7ef0822d336958682b3f9b8b1c4fc0d28af3c.tar.bz2
scummvm-rg350-b5a7ef0822d336958682b3f9b8b1c4fc0d28af3c.zip
cleanup whitespaces
svn-id: r11219
Diffstat (limited to 'common/rect.h')
-rw-r--r--common/rect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rect.h b/common/rect.h
index c1f80ebf42..0c24c86253 100644
--- a/common/rect.h
+++ b/common/rect.h
@@ -59,7 +59,7 @@ struct Rect {
int16 height() const { return bottom - top; }
/*! @brief check if given position is inside this rectangle
-
+
@param x the horizontal position to check
@param y the vertical position to check