summaryrefslogtreecommitdiff
path: root/starmath/source/visitors.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-23 16:28:48 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-23 16:28:48 +0000
commitc491aa53e00378055f70df25ed82a71e56943b00 (patch)
treea476a4dd28b4041b2e9e3a61c520d0335d4aadcd /starmath/source/visitors.cxx
parent5ab0787ffb44ef6d63ba89a8b3e1e37146f63d37 (diff)
add mode-lines in here
Diffstat (limited to 'starmath/source/visitors.cxx')
-rw-r--r--starmath/source/visitors.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/starmath/source/visitors.cxx b/starmath/source/visitors.cxx
index fbdb379f2c62..6ce811233fc3 100644
--- a/starmath/source/visitors.cxx
+++ b/starmath/source/visitors.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+
*
@@ -2570,3 +2571,5 @@ void SmNodeToTextVisitor::Visit( SmVerticalBraceNode* pNode )
Append( pNode->GetToken( ).aText );
LineToText( pScript );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */