diff toys/df.c @ 156:1e8f4b05cb65

Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment tweaks.
author Rob Landley <rob@landley.net>
date Thu, 15 Nov 2007 18:30:30 -0600
parents 7c77c6ec17ee
children c79290b54bd3
line wrap: on
line diff
--- a/toys/df.c	Tue Nov 06 23:24:56 2007 +0000
+++ b/toys/df.c	Thu Nov 15 18:30:30 2007 -0600
@@ -4,7 +4,7 @@
  *
  * Implemented roughly according to SUSv3:
  * http://www.opengroup.org/onlinepubs/009695399/utilities/df.html
- * 
+ *
  * usage: df [-k] [-P|-t] [file...]
  */