diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-10-04 22:47:52 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-10-04 22:47:52 +0000 |
commit | 1bb8187d13ecb23226782d96df36aa609ddf3e0a (patch) | |
tree | 8a317b56500e6a5fb4312eb7dd77daa17cd60dfb /usr.sbin/dhcpd/sync.h | |
parent | 3c5e64c110f4a0b74cd54b98992daefb117b04a5 (diff) |
Zap stray whitespace.
Diffstat (limited to 'usr.sbin/dhcpd/sync.h')
-rw-r--r-- | usr.sbin/dhcpd/sync.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/dhcpd/sync.h b/usr.sbin/dhcpd/sync.h index 7338a8e659f..2e09aee861d 100644 --- a/usr.sbin/dhcpd/sync.h +++ b/usr.sbin/dhcpd/sync.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sync.h,v 1.4 2013/04/13 18:08:47 krw Exp $ */ +/* $OpenBSD: sync.h,v 1.5 2016/10/04 22:47:51 krw Exp $ */ /* * Copyright (c) 2008, Bob Beck <beck@openbsd.org> @@ -24,11 +24,11 @@ * dhcpd(8) synchronisation protocol. * * This protocol has been designed for realtime synchronisation between - * multiple machines running dhcpd(8), running the same config. + * multiple machines running dhcpd(8), running the same config. * It is a simple Type-Length-Value based protocol, it allows easy * extension with future subtypes and bulk transfers by sending multiple * entries at once. The unencrypted messages will be authenticated using - * HMAC-SHA1. + * HMAC-SHA1. * */ |