aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkimgbuf.cc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2012-10-30 01:37:29 +0000
committercorvid <corvid@lavabit.com>2012-10-30 01:37:29 +0000
commit0c62630e68c0d6376ee04f163d48315c725ecf5c (patch)
tree531d9810b92777b88dcc9acca7e5a6eb0c23cbb6 /dw/fltkimgbuf.cc
parentef54550e4823fbd1536473baa8a30dcb6beec56f (diff)
trim some spaces
Diffstat (limited to 'dw/fltkimgbuf.cc')
-rw-r--r--dw/fltkimgbuf.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/fltkimgbuf.cc b/dw/fltkimgbuf.cc
index 97cbc1b4..4ede6c5b 100644
--- a/dw/fltkimgbuf.cc
+++ b/dw/fltkimgbuf.cc
@@ -228,12 +228,12 @@ void FltkImgbuf::getRowArea (int row, dw::core::Rectangle *area)
}
}
-int FltkImgbuf::getRootWidth ()
+int FltkImgbuf::getRootWidth ()
{
return root ? root->width : width;
}
-int FltkImgbuf::getRootHeight ()
+int FltkImgbuf::getRootHeight ()
{
return root ? root->height : height;
}