summaryrefslogtreecommitdiffstats
path: root/languages/cpp/store_walker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/store_walker.cpp')
-rw-r--r--languages/cpp/store_walker.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/languages/cpp/store_walker.cpp b/languages/cpp/store_walker.cpp
index 8b13b808..cd05e3ce 100644
--- a/languages/cpp/store_walker.cpp
+++ b/languages/cpp/store_walker.cpp
@@ -1077,5 +1077,3 @@ TQStringList StoreWalker::scopeOfDeclarator( DeclaratorAST* d, const TQStringLis
{
return scopeOfName( d->declaratorId(), startScope );
}
-
-//kate: indent-mode csands; tab-width 4; space-indent off;