aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor/glslindenter.cpp
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-08-21 20:11:15 +0200
committerhjk <hjk121@nokiamail.com>2014-08-22 11:26:41 +0200
commitcf66d54610ce969d3609325d299bdf5fb6cd4c85 (patch)
treea38fe6f714436ae6e22a426ef9b2cbdd44a098a9 /src/plugins/glsleditor/glslindenter.cpp
parent268a9a10424973cb91b019c87a5c9168a1e3e174 (diff)
GlslEditor: Also camel-case the namespace
Follows the general pattern better. Change-Id: I5eaa6fb003d3b78c006f2500bba28c7cb92f623b Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'src/plugins/glsleditor/glslindenter.cpp')
-rw-r--r--src/plugins/glsleditor/glslindenter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/glsleditor/glslindenter.cpp b/src/plugins/glsleditor/glslindenter.cpp
index a14cd6e3f1..19f404e9b0 100644
--- a/src/plugins/glsleditor/glslindenter.cpp
+++ b/src/plugins/glsleditor/glslindenter.cpp
@@ -39,7 +39,7 @@
#include <QTextBlock>
#include <QTextCursor>
-namespace GLSLEditor {
+namespace GlslEditor {
namespace Internal {
GlslIndenter::GlslIndenter()
@@ -116,4 +116,4 @@ void GlslIndenter::indent(QTextDocument *doc,
}
} // namespace Internal
-} // namespace GLSLEditor
+} // namespace GlslEditor