diff options
author | hjk <[email protected]> | 2008-12-02 15:08:31 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2008-12-02 15:08:31 +0100 |
commit | df7aacd637057300dd20abd06950fc4795c55bf6 (patch) | |
tree | 243adce5bc97bf855cdf32c141d5da8cd766a9e1 /src/plugins/cpptools/cpptoolsconstants.h | |
parent | 2ef79dca1cd017ecada24430e15a0b8be6b27cb0 (diff) |
more file cosmetics
Diffstat (limited to 'src/plugins/cpptools/cpptoolsconstants.h')
-rw-r--r-- | src/plugins/cpptools/cpptoolsconstants.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/plugins/cpptools/cpptoolsconstants.h b/src/plugins/cpptools/cpptoolsconstants.h index d1d80d0a7c9..0eadabbd4a6 100644 --- a/src/plugins/cpptools/cpptoolsconstants.h +++ b/src/plugins/cpptools/cpptoolsconstants.h @@ -30,6 +30,7 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + #ifndef CPPTOOLSCONSTANTS_H #define CPPTOOLSCONSTANTS_H @@ -43,7 +44,8 @@ const char * const C_SOURCE_MIMETYPE = "text/x-csrc"; const char * const C_HEADER_MIMETYPE = "text/x-chdr"; const char * const CPP_SOURCE_MIMETYPE = "text/x-c++src"; const char * const CPP_HEADER_MIMETYPE = "text/x-c++hdr"; -} -} -#endif //CPPTOOLSCONSTANTS_H +} // namespace Constants +} // namespace CppTools + +#endif // CPPTOOLSCONSTANTS_H |