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/posix/xargs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix/xargs.c') diff --git a/toys/posix/xargs.c b/toys/posix/xargs.c index e23d14c4..9a3e9dae 100644 --- a/toys/posix/xargs.c +++ b/toys/posix/xargs.c @@ -186,7 +186,7 @@ void xargs_main(void) for (i = 0; out[i]; ++i) fprintf(stderr, "%s ", out[i]); if (FLAG(p)) { fprintf(stderr, "?"); - doit = yesno(0); + doit = yesno(0); } else fprintf(stderr, "\n"); } -- cgit v1.2.3