diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2019-09-29 13:18:40 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2019-09-29 13:18:40 +0000 |
commit | 689ccd5d27fd432a7caf9a1e196dd44efff32ad8 (patch) | |
tree | d3e691bdf4745aa83f771953691df9002f0ce10e /sbin/unwind/frontend.c | |
parent | 573a34f6b5e22f6f30f67744a057de89177c4e5c (diff) |
annoying trailing whitespaces
Diffstat (limited to 'sbin/unwind/frontend.c')
-rw-r--r-- | sbin/unwind/frontend.c | 4 |
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; |