diff options
author | hjk <qtc-commiter@nokia.com> | 2008-12-02 14:09:21 +0100 |
---|---|---|
committer | hjk <qtc-commiter@nokia.com> | 2008-12-02 14:09:21 +0100 |
commit | f61e8672db50445a3f84d37e657d38fbaa0d5083 (patch) | |
tree | 2dd961e9d2108690a989080ac42f9d5c40567c97 /shared/qtlockedfile/qtlockedfile_unix.cpp | |
parent | 1472bdb0cc0c96b254cdf682bbe004c766be4a26 (diff) | |
download | qt-creator-f61e8672db50445a3f84d37e657d38fbaa0d5083.tar.gz |
more cosmetic changes
Diffstat (limited to 'shared/qtlockedfile/qtlockedfile_unix.cpp')
-rw-r--r-- | shared/qtlockedfile/qtlockedfile_unix.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shared/qtlockedfile/qtlockedfile_unix.cpp b/shared/qtlockedfile/qtlockedfile_unix.cpp index 0a9ba5ab47..9eb932411e 100644 --- a/shared/qtlockedfile/qtlockedfile_unix.cpp +++ b/shared/qtlockedfile/qtlockedfile_unix.cpp @@ -30,13 +30,14 @@ ** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + +#include "qtlockedfile.h" + #include <string.h> #include <errno.h> #include <unistd.h> #include <fcntl.h> -#include "qtlockedfile.h" - namespace SharedTools { bool QtLockedFile::lock(LockMode mode, bool block) @@ -107,4 +108,4 @@ QtLockedFile::~QtLockedFile() unlock(); } -} +} // namespace SharedTools |