diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 03:57:47 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 03:57:47 +0000 |
commit | 4f960dd75f181e9fa2edc44324f15f0ab5c64b37 (patch) | |
tree | 15a9c7203efd47ba6dde2896fdb6327dddd4547f /usr.sbin/cron/crontab | |
parent | 30ef9631c5eac7f8254bd3d7ad274d34d9f518b8 (diff) | |
download | FreeBSD-src-4f960dd75f181e9fa2edc44324f15f0ab5c64b37.zip FreeBSD-src-4f960dd75f181e9fa2edc44324f15f0ab5c64b37.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'usr.sbin/cron/crontab')
-rw-r--r-- | usr.sbin/cron/crontab/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/cron/crontab/crontab.c | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/cron/crontab/Makefile b/usr.sbin/cron/crontab/Makefile index 09b3d54..09a1fdc 100644 --- a/usr.sbin/cron/crontab/Makefile +++ b/usr.sbin/cron/crontab/Makefile @@ -1,7 +1,7 @@ BINDIR?= /usr/bin PROG= crontab -SRCS= crontab.c +SRCS= crontab.c CFLAGS+= -I${.CURDIR}/../cron MAN1= crontab.1 MAN5= crontab.5 diff --git a/usr.sbin/cron/crontab/crontab.c b/usr.sbin/cron/crontab/crontab.c index 2caf78c..0af18c3 100644 --- a/usr.sbin/cron/crontab/crontab.c +++ b/usr.sbin/cron/crontab/crontab.c @@ -17,7 +17,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Id: crontab.c,v 1.4 1994/04/13 21:57:55 wollman Exp $"; +static char rcsid[] = "$Id: crontab.c,v 1.2 1994/12/21 11:06:08 ache Exp $"; #endif /* crontab - install and manage per-user crontab files @@ -129,7 +129,7 @@ main(argc, argv) exit(0); /*NOTREACHED*/ } - + static void parse_args(argc, argv) @@ -480,7 +480,7 @@ edit_cmd() { done: log_it(RealUser, Pid, "END EDIT", User); } - + /* returns 0 on success * -1 on syntax error |