diff options
author | Sebastian Geerken <devnull@localhost> | 2014-03-15 12:42:56 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-03-15 12:42:56 +0100 |
commit | 23de73cf657eec347a66d31aafef7079c840a89b (patch) | |
tree | df674257fe836304eae85b8b862c2073b69c732b /dw/outofflowmgr.cc | |
parent | c5644dd198c82741985e53bf1a26ef1117e8bc81 (diff) |
Whitespace.
Diffstat (limited to 'dw/outofflowmgr.cc')
-rw-r--r-- | dw/outofflowmgr.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/outofflowmgr.cc b/dw/outofflowmgr.cc index e222d04c..994211e9 100644 --- a/dw/outofflowmgr.cc +++ b/dw/outofflowmgr.cc @@ -1834,7 +1834,7 @@ void OutOfFlowMgr::ensureFloatSize (Float *vloat) } if (width > extremes.maxWidth) { width = extremes.maxWidth; - DBG_OBJ_MSGF ("resize.oofm", 1, "adjusted to maxWidth: %d", width); + DBG_OBJ_MSGF ("resize.oofm", 1, "adjusted to maxWidth: %d", width); } DBG_OBJ_MSG_END (); |