summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hpara.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hpara.cpp')
-rw-r--r--hwpfilter/source/hpara.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/hwpfilter/source/hpara.cpp b/hwpfilter/source/hpara.cpp
index 885fa53799ae..b60df27dda1e 100644
--- a/hwpfilter/source/hpara.cpp
+++ b/hwpfilter/source/hpara.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.
@@ -318,3 +319,5 @@ HBox *HWPPara::readHBox(HWPFile & hwpf)
return hbox;
//return 0;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */