Remove trailing whitespace.  Update copyright to include 2004.
diff --git a/console-tools/openvt.c b/console-tools/openvt.c
index b0db33b..5f24457 100644
--- a/console-tools/openvt.c
+++ b/console-tools/openvt.c
@@ -56,7 +56,7 @@
 		if (setsid() < 0) {
 #endif
 
-			bb_perror_msg_and_die("Unable to set new session");	  
+			bb_perror_msg_and_die("Unable to set new session");	
 		}
 		close(0);			/* so that new vt becomes stdin */