diff options
author | Sebastian Geerken <devnull@localhost> | 2016-01-10 12:27:57 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-01-10 12:27:57 +0100 |
commit | 59cf0c0449aebbbee12c03883f4a236f843e5b39 (patch) | |
tree | 1ca1e10618e339196533770169803b54ac804c8d /dw | |
parent | eebb08f031950f87205d04c926e76e7098b2a93a (diff) |
Whitespace.
Diffstat (limited to 'dw')
-rw-r--r-- | dw/textblock.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc index 5c740b3d..76d5a2c1 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -709,7 +709,7 @@ void Textblock::sizeAllocateImpl (core::Allocation *allocation) xCursor += (word->size.width + word->effSpace); DBG_OBJ_MSGF ("resize", 1, "xCursor = %d (after word %d)", xCursor, wordIndex); - DBG_MSG_WORD("resize", 1, "<i>that is:</i> ", wordIndex, ""); + DBG_MSG_WORD ("resize", 1, "<i>that is:</i> ", wordIndex, ""); } DBG_OBJ_MSG_END (); |