src/hbcore/primitives/hbtoucharea.cpp
changeset 34 ed14f46c0e55
parent 7 923ff622b8b9
--- a/src/hbcore/primitives/hbtoucharea.cpp	Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbcore/primitives/hbtoucharea.cpp	Mon Oct 18 18:23:13 2010 +0300
@@ -174,7 +174,7 @@
         return QSizeF(QWIDGETSIZE_MAX, QWIDGETSIZE_MAX);
     } else {
         // Touch area should not enforce a size
-		return QSizeF(0, 0);
+        return QSizeF(0, 0);
     }
 }