diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-04-20 03:37:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-04-20 03:37:26 +0000 |
commit | b42c11c3202e4b171be690134b9ca1f9d6427ac9 (patch) | |
tree | 15d19d9cc406933e8279bf49070814c7d6f9ca01 | |
parent | 13e626a605545203030517ab881b5c2100bc1efd (diff) |
more KNF
-rw-r--r-- | usr.sbin/rpki-client/rrdp.h | 2 | ||||
-rw-r--r-- | usr.sbin/rpki-client/version.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rpki-client/rrdp.h b/usr.sbin/rpki-client/rrdp.h index 489688b1d00..8fe9af0aef0 100644 --- a/usr.sbin/rpki-client/rrdp.h +++ b/usr.sbin/rpki-client/rrdp.h @@ -10,7 +10,7 @@ XML_StopParser(p, XML_FALSE); \ warnx(__VA_ARGS__); \ return; \ -} while(0) +} while (0) enum rrdp_task { NOTIFICATION, diff --git a/usr.sbin/rpki-client/version.h b/usr.sbin/rpki-client/version.h index acec48f1124..f27df8700a1 100644 --- a/usr.sbin/rpki-client/version.h +++ b/usr.sbin/rpki-client/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.1 2021/04/14 18:05:47 benno Exp $ */ +/* $OpenBSD: version.h,v 1.2 2021/04/20 03:37:25 deraadt Exp $ */ -#define RPKI_VERSION "7.0" +#define RPKI_VERSION "7.0" |