summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hgzip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hgzip.cpp')
-rw-r--r--hwpfilter/source/hgzip.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/hwpfilter/source/hgzip.cpp b/hwpfilter/source/hgzip.cpp
index 93aa889cfcaa..13811d2069a8 100644
--- a/hwpfilter/source/hgzip.cpp
+++ b/hwpfilter/source/hgzip.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.
@@ -335,3 +336,5 @@ int gz_close(gz_stream * file)
#endif
return destroy(s);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */