diff options
author | Ludovic Courtès <ludo@gnu.org> | 2009-11-24 23:39:10 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2009-11-24 23:41:08 +0100 |
commit | 981ff600e85790b3f648371cacb18634eb636c64 (patch) | |
tree | de26c86376b6ffa3772553189e5f0d15dc7b6cbe /benchmark-suite | |
parent | feef98f203a7e504557cb5753f06abea96a63ff7 (diff) | |
download | guile-981ff600e85790b3f648371cacb18634eb636c64.tar.gz |
Fix makefile indentation.
* benchmark-suite/Makefile.am, libguile/Makefile.am, meta/Makefile.am:
Use TAB instead of 8 spaces...
* .x-sc_makefile_check: New file.
Diffstat (limited to 'benchmark-suite')
-rw-r--r-- | benchmark-suite/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark-suite/Makefile.am b/benchmark-suite/Makefile.am index dcadd5869..dc35ed929 100644 --- a/benchmark-suite/Makefile.am +++ b/benchmark-suite/Makefile.am @@ -1,6 +1,6 @@ SCM_BENCHMARKS = benchmarks/0-reference.bm \ benchmarks/bytevectors.bm \ - benchmarks/continuations.bm \ + benchmarks/continuations.bm \ benchmarks/if.bm \ benchmarks/logand.bm \ benchmarks/read.bm \ |