Adjust whitespace
Corrected whitespace to conform with contribution guidelines.
This commit is contained in:
parent
e1c84bae37
commit
1dfdbb6204
1
Makefile
1
Makefile
|
|
@ -25,7 +25,6 @@ SHELL_TARGETS := $(addprefix test-,$(SHELLS))
|
||||||
# Test suites are the names of subfolders of './test'.
|
# Test suites are the names of subfolders of './test'.
|
||||||
TEST_SUITE := $(shell find ./test/* -type d -prune -exec basename {} \;)
|
TEST_SUITE := $(shell find ./test/* -type d -prune -exec basename {} \;)
|
||||||
|
|
||||||
|
|
||||||
# Default target (by virtue of being the first non '.'-prefixed in the file).
|
# Default target (by virtue of being the first non '.'-prefixed in the file).
|
||||||
.PHONY: _no-target-specified
|
.PHONY: _no-target-specified
|
||||||
_no-target-specified:
|
_no-target-specified:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue