summaryrefslogtreecommitdiffstats
path: root/languages/cpp/ast_utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/ast_utils.cpp')
-rw-r--r--languages/cpp/ast_utils.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/languages/cpp/ast_utils.cpp b/languages/cpp/ast_utils.cpp
index 7813e784..84f9cb1c 100644
--- a/languages/cpp/ast_utils.cpp
+++ b/languages/cpp/ast_utils.cpp
@@ -187,4 +187,3 @@ TQString declaratorToString( DeclaratorAST* declarator, const TQString& scope, b
return text.replace( TQRegExp( " :: " ), "::" ).simplifyWhiteSpace();
}
-//kate: indent-mode csands; tab-width 4; space-indent off;