summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/jpeg
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-06-30 18:00:03 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-06-30 18:03:51 (GMT)
commitec50421c7c592b2365a1f3d4c3dd251b145681e7 (patch)
treed5d9f6aa000cdaa80bda49f81bd9b4a64fce6614 /src/plugins/imageformats/jpeg
parentbed06332190147b4061a563aedcbf103ae155830 (diff)
downloadQt-ec50421c7c592b2365a1f3d4c3dd251b145681e7.zip
Qt-ec50421c7c592b2365a1f3d4c3dd251b145681e7.tar.gz
Qt-ec50421c7c592b2365a1f3d4c3dd251b145681e7.tar.bz2
Reformat whitespace according to coding style
Mostly indentation affected, but also standardized spaces adjacent to () in configureapp.cpp. Merge-request: 715 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/plugins/imageformats/jpeg')
-rw-r--r--src/plugins/imageformats/jpeg/jpeg.pro10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/imageformats/jpeg/jpeg.pro b/src/plugins/imageformats/jpeg/jpeg.pro
index 0b5d389..d4b0fef 100644
--- a/src/plugins/imageformats/jpeg/jpeg.pro
+++ b/src/plugins/imageformats/jpeg/jpeg.pro
@@ -7,10 +7,10 @@ HEADERS += qjpeghandler.h
SOURCES += main.cpp \
qjpeghandler.cpp
-wince*: {
- DEFINES += NO_GETENV
- contains(CE_ARCH,x86):CONFIG -= stl exceptions
- contains(CE_ARCH,x86):CONFIG += exceptions_off
+wince*: {
+ DEFINES += NO_GETENV
+ contains(CE_ARCH,x86):CONFIG -= stl exceptions
+ contains(CE_ARCH,x86):CONFIG += exceptions_off
}
#Disable warnings in 3rdparty code due to unused arguments
@@ -18,7 +18,7 @@ symbian: {
QMAKE_CXXFLAGS.CW += -W nounusedarg
TARGET.UID3=0x2001E61B
} else:contains(QMAKE_CC, gcc): {
- QMAKE_CFLAGS_WARN_ON += -Wno-unused-parameter -Wno-main
+ QMAKE_CFLAGS_WARN_ON += -Wno-unused-parameter -Wno-main
}
contains(QT_CONFIG, system-jpeg) {