diff options
author | Richard Braun <rbraun@sceen.net> | 2014-10-23 00:56:03 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2014-10-23 00:56:03 +0200 |
commit | e57af3406e44e769b8f530b3fddc3845d8f15d12 (patch) | |
tree | c98063c6ccce166947e4f3150d9a9e7f5756d7d0 | |
parent | d6bb985f9127c6bd0ff8b4b44740b04a35fd28a9 (diff) |
Minor change
Replace spaces with tabs in Makefiles.
-rw-r--r-- | Makefrag.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefrag.am b/Makefrag.am index 6610ce24..5516c25f 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -74,7 +74,7 @@ x15_SOURCES += \ vm/vm_setup.h x15_SOURCES += \ - test/test.h + test/test.h if TEST_LLSYNC_DEFER x15_SOURCES += test/test_llsync_defer.c |