summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hcode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hcode.cpp')
-rw-r--r--hwpfilter/source/hcode.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/hwpfilter/source/hcode.cpp b/hwpfilter/source/hcode.cpp
index 689c8d482..acb8c33c0 100644
--- a/hwpfilter/source/hcode.cpp
+++ b/hwpfilter/source/hcode.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.
@@ -1536,3 +1537,5 @@ double calcAngle(int x1, int y1, int x2, int y2)
}
return angle;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */