aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/beautifier/clangformat/clangformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/beautifier/clangformat/clangformat.h')
-rw-r--r--src/plugins/beautifier/clangformat/clangformat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/beautifier/clangformat/clangformat.h b/src/plugins/beautifier/clangformat/clangformat.h
index 83252e99a0..3207f04349 100644
--- a/src/plugins/beautifier/clangformat/clangformat.h
+++ b/src/plugins/beautifier/clangformat/clangformat.h
@@ -32,7 +32,6 @@
namespace Beautifier {
namespace Internal {
-namespace ClangFormat {
class ClangFormat : public BeautifierAbstractTool
{
@@ -59,6 +58,5 @@ private:
ClangFormatOptionsPage m_page{&m_settings};
};
-} // namespace ClangFormat
} // namespace Internal
} // namespace Beautifier