Remove trailing spaces, no actual code changes.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 6 Jun 2004 23:58:11 +0000 (23:58 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 6 Jun 2004 23:58:11 +0000 (23:58 +0000)
tgetpass.c

index c3771c73a6e442fc123152c4a6dcede06736f02f..2359ef8993cdce40c7a871d732257a1b410c8a2a 100644 (file)
@@ -203,7 +203,7 @@ restart:
      * now that we have restored the signal handlers.
      */
     if (signo) {
-       kill(getpid(), signo); 
+       kill(getpid(), signo);
        switch (signo) {
            case SIGTSTP:
            case SIGTTIN: