summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hpara.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hpara.h')
-rw-r--r--hwpfilter/source/hpara.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hwpfilter/source/hpara.h b/hwpfilter/source/hpara.h
index c33d51d11335..a2bae585f505 100644
--- a/hwpfilter/source/hpara.h
+++ b/hwpfilter/source/hpara.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _HWPPARA_H_
-#define _HWPPARA_H_
+#ifndef INCLUDED_HWPFILTER_SOURCE_HPARA_H
+#define INCLUDED_HWPFILTER_SOURCE_HPARA_H
#include <hwplib.h>
#include <hwpfile.h>
@@ -169,6 +169,6 @@ inline int HWPPara::LineLen(int line) const
{
return EndPos(line) - HomePos(line);
}
-#endif /* _HWPPARA_H_ */
+#endif // INCLUDED_HWPFILTER_SOURCE_HPARA_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */