From faeb5a41fee376ed45862881873cb9ac33c34d8b Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 20 Dec 2011 15:06:00 +0800 Subject: fixes code style --- src/storage/Makefile.am | 13 +++++++------ src/storage/pinyin_custom2.h | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am index 66e0a91..3dc28b5 100644 --- a/src/storage/Makefile.am +++ b/src/storage/Makefile.am @@ -21,12 +21,15 @@ INCLUDES = -I$(top_srcdir)/src/include \ libpinyinincludedir = $(includedir)/libpinyin-@LIBPINYIN_BINARY_VERSION@ -libpinyininclude_HEADERS= pinyin_custom.h \ - pinyin_base.h \ +libpinyininclude_HEADERS= chewing_enum.h \ chewing_key.h \ - pinyin_custom2.h + pinyin_custom2.h \ + pinyin_parser2.h + -noinst_HEADERS = pinyin_large_table.h \ +noinst_HEADERS = pinyin_custom.h \ + pinyin_base.h \ + pinyin_large_table.h \ pinyin_phrase.h \ phrase_index.h \ phrase_index_logger.h \ @@ -38,8 +41,6 @@ noinst_HEADERS = pinyin_large_table.h \ pinyin_parser_table.h \ double_pinyin_table.h \ chewing_table.h \ - chewing_enum.h \ - pinyin_parser2.h \ pinyin_phrase2.h \ chewing_large_table.h \ facade_chewing_table.h \ diff --git a/src/storage/pinyin_custom2.h b/src/storage/pinyin_custom2.h index 0d6cb06..9729fad 100644 --- a/src/storage/pinyin_custom2.h +++ b/src/storage/pinyin_custom2.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef CHEWING_CUSTOM_H -#define CHEWING_CUSTOM_H +#ifndef PINYIN_CUSTOM2_H +#define PINYIN_CUSTOM2_H namespace pinyin{ -- cgit