auto_completion - fix indentation

This commit is contained in:
ChunEon Park 2014-07-19 13:35:35 +09:00
parent adae9b6fd3
commit 3c0f61b4aa
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ enventor_SOURCES = \
search.c \
goto.c \
newfile.c \
auto_comp.c \
auto_comp.c \
globals.c
enventor_LDADD = @ENVENTOR_LIBS@

View File

@ -20,6 +20,6 @@ EXTRA_DIST = common.h \
template_code.h \
tools.h \
newfile.h \
auto_comp.h \
auto_comp.h \
auto_comp_code.h \
search.h