Added spaces around multiplications.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Wed, 11 Aug 2010 11:27:20 +0000 (14:27 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Wed, 11 Aug 2010 11:27:20 +0000 (14:27 +0300)
src/ui/extendedlistitemdelegate.cpp

index 13b60bc..cf4015c 100644 (file)
@@ -53,7 +53,7 @@ void ExtendedListItemDelegate::paint(QPainter *painter, const QStyleOptionViewIt
 
     if (subItems) {
 
-        int previousSubItemTextRectBottom = itemRect.top() + IMAGE_HEIGHT - 2*MARGIN;
+        int previousSubItemTextRectBottom = itemRect.top() + IMAGE_HEIGHT - 2 * MARGIN;
 
         for (int i = 0; i < subItems->size(); ++i) {