summaryrefslogtreecommitdiff
path: root/sbin/unwind/frontend.c
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2019-09-29 13:18:40 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2019-09-29 13:18:40 +0000
commit689ccd5d27fd432a7caf9a1e196dd44efff32ad8 (patch)
treed3e691bdf4745aa83f771953691df9002f0ce10e /sbin/unwind/frontend.c
parent573a34f6b5e22f6f30f67744a057de89177c4e5c (diff)
annoying trailing whitespaces
Diffstat (limited to 'sbin/unwind/frontend.c')
-rw-r--r--sbin/unwind/frontend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/unwind/frontend.c b/sbin/unwind/frontend.c
index 9532e1ce0ff..bf5742593e5 100644
--- a/sbin/unwind/frontend.c
+++ b/sbin/unwind/frontend.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: frontend.c,v 1.24 2019/09/25 14:41:40 florian Exp $ */
+/* $OpenBSD: frontend.c,v 1.25 2019/09/29 13:18:39 florian Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@ -1117,7 +1117,7 @@ merge_tas(struct trust_anchor_head *newh, struct trust_anchor_head *oldh)
chg = 1;
break;
}
- j = TAILQ_NEXT(j, entry);
+ j = TAILQ_NEXT(j, entry);
}
if (j != NULL)
chg = 1;