Trailing whitespace removal over entire tree

This commit is contained in:
Denis Vlasenko
2007-01-11 17:20:00 +00:00
parent 3821fb13ea
commit f7996f3b70
48 changed files with 306 additions and 306 deletions

View File

@@ -271,7 +271,7 @@ static unsigned long display_generic(int scr_width)
used, mfree, shared, buffers, cached);
printf(OPT_BATCH_MODE ? "%s\n" : "\e[H\e[J%s\n", scrbuf);
snprintf(scrbuf, scr_width, "Load average: %s", buf);
printf("%s\n", scrbuf);