summaryrefslogtreecommitdiff
path: root/hwpfilter/source/himgutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/himgutil.cpp')
-rw-r--r--hwpfilter/source/himgutil.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/hwpfilter/source/himgutil.cpp b/hwpfilter/source/himgutil.cpp
index 92892be00a59..3d94280f6135 100644
--- a/hwpfilter/source/himgutil.cpp
+++ b/hwpfilter/source/himgutil.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.
@@ -167,3 +168,5 @@ const char *GetEmbImgname(const EmPicture * empic)
sprintf(ptr + 1, "mz_%s.%s", empic->name,ext);
return fname;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */