Commit adca670d authored by Geoff Simmons's avatar Geoff Simmons

style fascism:

* 80 char line limit also goes for Makefile.am (and any other source)
* removed a stray tab from Makefile.am (could interfere with make)
parent 3c4583a6
...@@ -3,8 +3,8 @@ INCLUDES = -I$(VARNISHSRC)/include -I$(VARNISHSRC) -I$(top_srcdir)/include ...@@ -3,8 +3,8 @@ INCLUDES = -I$(VARNISHSRC)/include -I$(VARNISHSRC) -I$(top_srcdir)/include
TESTS = test_parse test_data test_hash test_mq test_spmcq test_config \ TESTS = test_parse test_data test_hash test_mq test_spmcq test_config \
test_spmcq_loop.sh test_worker regress.sh test_spmcq_loop.sh test_worker regress.sh
check_PROGRAMS = test_parse test_data test_hash test_mq test_spmcq test_config \ check_PROGRAMS = test_parse test_data test_hash test_mq test_spmcq \
test_worker test_config test_worker
test_parse_SOURCES = \ test_parse_SOURCES = \
minunit.h \ minunit.h \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment