diff -r 11d3954df52a -r 627c4a0fd0e7 src/hbcore/utils/hbdeviceprofile_p.h --- a/src/hbcore/utils/hbdeviceprofile_p.h Thu May 27 13:10:59 2010 +0300 +++ b/src/hbcore/utils/hbdeviceprofile_p.h Fri Jun 11 13:58:22 2010 +0300 @@ -31,11 +31,10 @@ #include "hbvector_p.h" #include -struct DeviceProfile -{ +struct DeviceProfile { HbString mName; HbString mAltName; - + QSize mLogicalSize; qreal mUnitValue; qreal mPpiValue; @@ -45,8 +44,7 @@ DeviceProfile(HbMemoryManager::MemoryType type = HbMemoryManager::HeapMemory) : mName(type), mAltName(type), mUnitValue(1), mPpiValue(1), - mTouch(true), mUiMetricsFile(type), mOrientationAngle(0) - { + mTouch(true), mUiMetricsFile(type), mOrientationAngle(0) { } };