diff options
| author | hjk <qtc-commiter@nokia.com> | 2008-12-02 15:08:31 +0100 |
|---|---|---|
| committer | hjk <qtc-commiter@nokia.com> | 2008-12-02 15:08:31 +0100 |
| commit | df7aacd637057300dd20abd06950fc4795c55bf6 (patch) | |
| tree | 243adce5bc97bf855cdf32c141d5da8cd766a9e1 /src/plugins/cpptools/cpptoolseditorsupport.h | |
| parent | 2ef79dca1cd017ecada24430e15a0b8be6b27cb0 (diff) | |
| download | qt-creator-df7aacd637057300dd20abd06950fc4795c55bf6.tar.gz | |
more file cosmetics
Diffstat (limited to 'src/plugins/cpptools/cpptoolseditorsupport.h')
| -rw-r--r-- | src/plugins/cpptools/cpptoolseditorsupport.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/cpptools/cpptoolseditorsupport.h b/src/plugins/cpptools/cpptoolseditorsupport.h index fd0d67941b..6cfb7dc201 100644 --- a/src/plugins/cpptools/cpptoolseditorsupport.h +++ b/src/plugins/cpptools/cpptoolseditorsupport.h @@ -30,6 +30,7 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + #ifndef CPPTOOLSEDITORSUPPORT_H #define CPPTOOLSEDITORSUPPORT_H @@ -81,7 +82,7 @@ private: QFuture<void> _documentParser; }; -} // end of namespace Internal -} // end of namespace CppTools +} // namespace Internal +} // namespace CppTools #endif // CPPTOOLSEDITORSUPPORT_H |
