diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 |
commit | f05428e4cd63dde97bac14b84dd146a5c00455e3 (patch) | |
tree | e1331adb5d216f2b3fa6baa6491752348d2e5f10 /libexec/getty | |
parent | 6de57e42c294763c78d77b0a9a7c5a08008a378a (diff) | |
download | FreeBSD-src-f05428e4cd63dde97bac14b84dd146a5c00455e3.zip FreeBSD-src-f05428e4cd63dde97bac14b84dd146a5c00455e3.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'libexec/getty')
-rw-r--r-- | libexec/getty/main.c | 2 | ||||
-rw-r--r-- | libexec/getty/subr.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/getty/main.c b/libexec/getty/main.c index 3a0336a..a161ed5 100644 --- a/libexec/getty/main.c +++ b/libexec/getty/main.c @@ -153,7 +153,7 @@ main(argc, argv) * The following is a work around for vhangup interactions * which cause great problems getting window systems started. * If the tty line is "-", we do the old style getty presuming - * that the file descriptors are already set up for us. + * that the file descriptors are already set up for us. * J. Gettys - MIT Project Athena. */ if (argc <= 2 || strcmp(argv[2], "-") == 0) diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c index 607fd38..0223863 100644 --- a/libexec/getty/subr.c +++ b/libexec/getty/subr.c @@ -382,7 +382,7 @@ speed(val) for (sp = speedtab; sp->speed; sp++) if (sp->speed == val) return (sp->uxname); - + return (B300); /* default in impossible cases */ } |