From 997a93efbdcbbaeed517e0bdc5283e9d8b31f422 Mon Sep 17 00:00:00 2001 From: Fred Barclay Date: Wed, 24 May 2017 14:38:01 -0500 Subject: strip trailing whitespace from test/ --- test/filters/syscall_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/filters/syscall_test.c') diff --git a/test/filters/syscall_test.c b/test/filters/syscall_test.c index 48e8f29f5..641eb0c00 100644 --- a/test/filters/syscall_test.c +++ b/test/filters/syscall_test.c @@ -45,14 +45,14 @@ int main(int argc, char **argv) { } else close(sock); - + printf("testing socket AF_UNIX\n"); if ((sock = socket(AF_UNIX, SOCK_STREAM, 0)) < 0) { perror("socket"); } else close(sock); - + // root needed to be able to handle this printf("testing socket AF_PACKETX\n"); if ((sock = socket(AF_PACKET, SOCK_DGRAM, htons(ETH_P_ARP))) < 0) { -- cgit v1.2.3-54-g00ecf