From 4f960dd75f181e9fa2edc44324f15f0ab5c64b37 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 30 May 1995 03:57:47 +0000 Subject: Remove trailing whitespace. --- usr.sbin/xntpd/util/longsize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/xntpd/util/longsize.c') diff --git a/usr.sbin/xntpd/util/longsize.c b/usr.sbin/xntpd/util/longsize.c index 6bdbdfe..bb884ba 100644 --- a/usr.sbin/xntpd/util/longsize.c +++ b/usr.sbin/xntpd/util/longsize.c @@ -2,7 +2,7 @@ main() { - if (sizeof(long) == 8) { + if (sizeof(long) == 8) { printf("-DLONG8\n"); } else if (sizeof(long) == 4) { printf("-DLONG4\n"); -- cgit v1.1