aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/dhcp.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-01-22 18:21:23 -0800
committerRob Landley <rob@landley.net>2019-01-22 22:20:46 -0600
commit154221aba3bd1407ea60ef6b3d73a59143182e36 (patch)
tree031477aa20c2d2230758089b8d82bb2ceb367237 /toys/pending/dhcp.c
parentbbadc5e14136a4a2011080c08e064108d71e1429 (diff)
downloadtoybox-154221aba3bd1407ea60ef6b3d73a59143182e36.tar.gz
Whitespace: remove tabs from indentation.
I accidentally added a tab in xargs.c, so as penance I'll clean up all the tabs.
Diffstat (limited to 'toys/pending/dhcp.c')
-rw-r--r--toys/pending/dhcp.c2
1 files changed, 1 insertions, 1 deletions
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 {