summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/isc/base64.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2020-02-25 05:00:42 +0000
committerjsg <jsg@openbsd.org>2020-02-25 05:00:42 +0000
commitb9558d14c675017cf470d7469a47201d05e39444 (patch)
tree87aa02ef162f9d85fbda212fa4945ff35cb8fdc6 /usr.bin/dig/lib/isc/base64.c
parentremove some unused typedefs (diff)
downloadwireguard-openbsd-b9558d14c675017cf470d7469a47201d05e39444.tar.xz
wireguard-openbsd-b9558d14c675017cf470d7469a47201d05e39444.zip
reduce multiple newlines
Diffstat (limited to 'usr.bin/dig/lib/isc/base64.c')
-rw-r--r--usr.bin/dig/lib/isc/base64.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/dig/lib/isc/base64.c b/usr.bin/dig/lib/isc/base64.c
index 6fa0a8a6325..ff10db8da90 100644
--- a/usr.bin/dig/lib/isc/base64.c
+++ b/usr.bin/dig/lib/isc/base64.c
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: base64.c,v 1.3 2020/02/24 13:49:38 jsg Exp $ */
+/* $Id: base64.c,v 1.4 2020/02/25 05:00:43 jsg Exp $ */
/*! \file */
@@ -31,7 +31,6 @@
return (_r); \
} while (0)
-
/*@{*/
/*!
* These static functions are also present in lib/dns/rdata.c. I'm not