Whitespace
authortobhe <tobhe@openbsd.org>
Mon, 1 Feb 2021 15:13:15 +0000 (15:13 +0000)
committertobhe <tobhe@openbsd.org>
Mon, 1 Feb 2021 15:13:15 +0000 (15:13 +0000)
sbin/iked/parse.y

index e643797..b9fa14b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: parse.y,v 1.124 2020/12/29 19:49:38 benno Exp $       */
+/*     $OpenBSD: parse.y,v 1.125 2021/02/01 15:13:15 tobhe Exp $       */
 
 /*
  * Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de>
@@ -3251,7 +3251,7 @@ expand_keyword(struct ipsec_addr_wrap *ip)
                        return (host("0.0.0.0"));
                }
                break;
-       case AF_INET6:  
+       case AF_INET6:
                switch(ip->type) {
                case IPSEC_ADDR_ANY:
                        return (host("::/0"));