diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-07-25 22:22:20 +0200 |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-08-12 14:03:13 +0200 |
commit | 84d51bff971607e2e32680841a355209d97a2235 (patch) | |
tree | f56da492c0d732fd13afa2a91b509c0488333c2e /config.tests/mac/xcodeversion.cpp | |
parent | 257477c65834570ddad6cfe804b2f0b132306b1c (diff) | |
download | qt4-tools-84d51bff971607e2e32680841a355209d97a2235.tar.gz |
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 'config.tests/mac/xcodeversion.cpp')
-rw-r--r-- | config.tests/mac/xcodeversion.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.tests/mac/xcodeversion.cpp b/config.tests/mac/xcodeversion.cpp index df208e338c..0cc377712c 100644 --- a/config.tests/mac/xcodeversion.cpp +++ b/config.tests/mac/xcodeversion.cpp @@ -73,7 +73,7 @@ int main(int argc, const char **argv) const char * ok3 ="3.0"; // ptr = fail1; // printf ("string: %s\n", ptr); - + int length = strlen(ptr); if (length < 3) // expect "x.y" at least return internal_error; @@ -94,6 +94,6 @@ int main(int argc, const char **argv) if (ptr[4] < '1') return fail; - + return success; -}
\ No newline at end of file +} |