makefile_eolian_cxx: Fix indent and trailing whitespace

Purely cosmetic as I stumbled over it when looking at the file.
This commit is contained in:
Stefan Schmidt 2014-11-17 16:48:13 +01:00
parent f059aa2497
commit 5f8e66a367
1 changed files with 3 additions and 3 deletions

View File

@ -36,8 +36,8 @@ bin_eolian_cxx_eolian_cxx_SOURCES = \
bin/eolian_cxx/convert.hh \
bin/eolian_cxx/eolian_wrappers.hh \
bin/eolian_cxx/safe_strings.hh \
bin/eolian_cxx/type_lookup.hh \
bin/eolian_cxx/type_lookup_table.cc \
bin/eolian_cxx/type_lookup.hh \
bin/eolian_cxx/type_lookup_table.cc \
bin/eolian_cxx/eolian_cxx.cc
bin_eolian_cxx_eolian_cxx_CXXFLAGS = -I$(top_builddir)/src/lib/efl \
@ -70,7 +70,7 @@ tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-callback.$(OBJEXT): tests/eol
CLEANFILES += tests/eolian_cxx/callback.eo.hh tests/eolian_cxx/callback.eo.c tests/eolian_cxx/callback.eo.h
tests_eolian_cxx_eolian_cxx_suite_CXXFLAGS = \
tests_eolian_cxx_eolian_cxx_suite_CXXFLAGS = \
-I$(top_builddir)/src/lib/efl \
-I$(top_srcdir)/src/bin/eolian_cxx \
-I$(top_builddir)/src/tests/eolian_cxx \