Remove trailing whitespace.  Update copyright to include 2004.
diff --git a/coreutils/rmdir.c b/coreutils/rmdir.c
index 3f60371..a10e5bb 100644
--- a/coreutils/rmdir.c
+++ b/coreutils/rmdir.c
@@ -66,7 +66,7 @@
 			}
 			break;
 		} while (1);
-		
+
 	} while (*++argv);
 
 	return status;