Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
singh-lokendra committed Jul 5, 2019
1 parent dddf1da commit 18f2d63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apertium/Makefile.am
Expand Up @@ -40,7 +40,7 @@ h_sources = a.h \
optional.h \
perceptron_spec.h \
perceptron_tagger.h \
pretransfer.h \
pretransfer.h \
postchunk.h \
sentence_stream.h \
serialiser.h \
Expand Down Expand Up @@ -132,7 +132,7 @@ cc_sources = a.cc \
file_morpho_stream.cc \
perceptron_spec.cc \
perceptron_tagger.cc \
pretransfer.cc \
pretransfer.cc \
postchunk.cc \
sentence_stream.cc \
stream.cc \
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py.in
Expand Up @@ -40,7 +40,7 @@ apertium_core_module = Extension(
swig_opts=['-c++', '-I..', '-I@top_srcdir@/apertium', '-Wall']+'@APERTIUM_CFLAGS@'.split(),
include_dirs=get_include_dirs(),
library_dirs=['/usr/include/libxml2', '/usr/local/lib'],
extra_compile_args='@CPPFLAGS@'.split() + '@CXXFLAGS@'.split(),
extra_compile_args='@CPPFLAGS@'.split()+'@CXXFLAGS@'.split(),
extra_link_args='@LIBS@'.split(),
)

Expand Down

0 comments on commit 18f2d63

Please sign in to comment.