From 9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 17 Sep 2006 16:28:10 +0000 Subject: whitespace cleanup --- coreutils/dd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/dd.c') diff --git a/coreutils/dd.c b/coreutils/dd.c index a9536a584..8d859ef5c 100644 --- a/coreutils/dd.c +++ b/coreutils/dd.c @@ -200,7 +200,7 @@ int dd_main(int argc, char **argv) out_part++; } } - + if (ENABLE_FEATURE_DD_IBS_OBS && oc) { xwrite(ofd, obuf, oc); out_part++; -- cgit v1.2.3