From 154221aba3bd1407ea60ef6b3d73a59143182e36 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 22 Jan 2019 18:21:23 -0800 Subject: Whitespace: remove tabs from indentation. I accidentally added a tab in xargs.c, so as penance I'll clean up all the tabs. --- toys/pending/dhcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/pending/dhcp.c') diff --git a/toys/pending/dhcp.c b/toys/pending/dhcp.c index 25f9b913..d1f8e801 100644 --- a/toys/pending/dhcp.c +++ b/toys/pending/dhcp.c @@ -134,7 +134,7 @@ GLOBALS( static void (*dbg)(char *format, ...); static void dummy(char *format, ...){ - return; + return; } typedef struct dhcpc_result_s { -- cgit v1.2.3