From e32686c10a4f4fe7c34b181845220b5c491f32fb Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Mon, 9 Feb 2009 14:56:31 -0300 Subject: whitespace cleanup: 's/ +$//g' --- dw/listitem.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dw/listitem.cc') diff --git a/dw/listitem.cc b/dw/listitem.cc index c31690a5..6e574518 100644 --- a/dw/listitem.cc +++ b/dw/listitem.cc @@ -49,7 +49,7 @@ void ListItem::initWithWidget (core::Widget *widget, void ListItem::initWithText (const char *text, core::style::Style *style) { addText (text, style); - addSpace (style); + addSpace (style); updateValue (); } -- cgit v1.2.3