summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ah_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6/ah_output.c')
-rw-r--r--sys/netinet6/ah_output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ah_output.c b/sys/netinet6/ah_output.c
index 0887c41..f4c4204 100644
--- a/sys/netinet6/ah_output.c
+++ b/sys/netinet6/ah_output.c
@@ -347,7 +347,7 @@ ah_hdrlen(sav)
ahlen = plen + sizeof(struct newah);
}
- return(ahlen);
+ return (ahlen);
}
#ifdef INET6
@@ -495,7 +495,7 @@ ah6_output(m, nexthdrp, md, isr)
}
ipsec6stat.out_ahhist[sav->alg_auth]++;
- return(error);
+ return (error);
}
#endif
OpenPOWER on IntegriCloud