From 7065309739ef398af07e470469f1ae6f0580200c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 19 Oct 2007 14:42:29 -0700 Subject: Formatting: kill off "stealth whitespace" "Stealth whitespace" makes it harder to read diffs, and just generally cause unwanted weirdness. Do a source-wide pass to get rid of it. --- listing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'listing.c') diff --git a/listing.c b/listing.c index c0d43c75..1844b53b 100644 --- a/listing.c +++ b/listing.c @@ -172,7 +172,7 @@ static void list_output(int32_t offset, const void *data, uint32_t type) HEX(q + 11, p[5]); HEX(q + 13, p[6]); HEX(q + 15, p[7]); - list_out(offset, q); + list_out(offset, q); } else { q[0] = '['; q[5] = ']'; -- cgit v1.2.1