diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-07-25 20:22:20 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-08-12 12:03:13 (GMT) |
commit | 84d51bff971607e2e32680841a355209d97a2235 (patch) | |
tree | f56da492c0d732fd13afa2a91b509c0488333c2e /tools | |
parent | 257477c65834570ddad6cfe804b2f0b132306b1c (diff) | |
download | Qt-84d51bff971607e2e32680841a355209d97a2235.zip Qt-84d51bff971607e2e32680841a355209d97a2235.tar.gz Qt-84d51bff971607e2e32680841a355209d97a2235.tar.bz2 |
Fix files that don't end with a newline character
These are cosmetic changes to files that do not end
with a newline character.
Change-Id: I5b3e270386a1ef1ea2c1f57a1de3f7e3a8a52f5a
Reviewed-by: Rohan McGovern
Diffstat (limited to 'tools')
-rw-r--r-- | tools/macdeployqt/tests/tst_deployment_mac.cpp | 2 | ||||
-rw-r--r-- | tools/qtconcurrent/codegenerator/src/codegenerator.cpp | 4 | ||||
-rw-r--r-- | tools/qtestlib/wince/cetest/deployment.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/tools/macdeployqt/tests/tst_deployment_mac.cpp b/tools/macdeployqt/tests/tst_deployment_mac.cpp index 858dc45..5921199 100644 --- a/tools/macdeployqt/tests/tst_deployment_mac.cpp +++ b/tools/macdeployqt/tests/tst_deployment_mac.cpp @@ -230,4 +230,4 @@ void tst_deployment_mac::testFindAppBinarty() QTEST_MAIN(tst_deployment_mac) -#include "tst_deployment_mac.moc"
\ No newline at end of file +#include "tst_deployment_mac.moc" diff --git a/tools/qtconcurrent/codegenerator/src/codegenerator.cpp b/tools/qtconcurrent/codegenerator/src/codegenerator.cpp index b8436b9..c81fe97 100644 --- a/tools/qtconcurrent/codegenerator/src/codegenerator.cpp +++ b/tools/qtconcurrent/codegenerator/src/codegenerator.cpp @@ -134,7 +134,7 @@ const Compound operator+(const Item &a, const char * const text) const Compound operator+(const char * const text, const Item &b) { - return Compound(Text(text), b); + return Compound(Text(text), b); } -}
\ No newline at end of file +} diff --git a/tools/qtestlib/wince/cetest/deployment.h b/tools/qtestlib/wince/cetest/deployment.h index f3645e0..a5ef32d 100644 --- a/tools/qtestlib/wince/cetest/deployment.h +++ b/tools/qtestlib/wince/cetest/deployment.h @@ -72,4 +72,4 @@ private: inline void DeploymentHandler::setConnection(AbstractRemoteConnection *connection) { m_connection = connection; } inline AbstractRemoteConnection* DeploymentHandler::connection() const { return m_connection; } -#endif
\ No newline at end of file +#endif |