]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[#75] Removed trailing spaces
authorThomas Markwalder <tmark@isc.org>
Tue, 14 Jan 2020 19:25:19 +0000 (14:25 -0500)
committerThomas Markwalder <tmark@isc.org>
Tue, 14 Jan 2020 19:29:24 +0000 (14:29 -0500)
modified:   relay/tests/Atffile
modified:   relay/tests/Makefile.am

relay/tests/Atffile
relay/tests/Makefile.am

index 0572f318661f00ca30cada09da82ded33fb2ced9..c854582cc8e8a1a06de453d5256c205551dc13dc 100644 (file)
@@ -1,5 +1,5 @@
 Content-Type: application/X-atf-atffile; version="1"
 
-prop: test-suite = dhcrelay 
+prop: test-suite = dhcrelay
 
 tp-glob: *_unittests
index 0aa8df4864cd12437b2874d37a09523c94a7d207..fce3115ad2ac812280bc8202c06eddc0dd982a5b 100644 (file)
@@ -24,9 +24,9 @@ DHCPLIBS = $(top_builddir)/common/libdhcp.@A@ \
 ATF_TESTS =
 if HAVE_ATF
 
-ATF_TESTS += relay_unittests 
+ATF_TESTS += relay_unittests
 
-relay_unittests_SOURCES = $(DHCPSRC) 
+relay_unittests_SOURCES = $(DHCPSRC)
 relay_unittests_SOURCES += relay_unittests.c
 
 relay_unittests_LDADD = $(ATF_LDFLAGS)