summaryrefslogtreecommitdiff
path: root/hwpfilter/source/formula.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/formula.cpp')
-rw-r--r--hwpfilter/source/formula.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/hwpfilter/source/formula.cpp b/hwpfilter/source/formula.cpp
index ec37e0fd57c9..2ff8046d8a49 100644
--- a/hwpfilter/source/formula.cpp
+++ b/hwpfilter/source/formula.cpp
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -684,3 +685,5 @@ void Formula::trim()
eq = 0L;
free(buf);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */