summaryrefslogtreecommitdiff
path: root/missing/strlcpy.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-02-15 11:53:09 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-02-15 13:19:03 +0100
commit59d37c7ec5a7ce949db07d50594cca68fa724443 (patch)
treeaa38096422e05a72e68fab6cdf4843f0d361d327 /missing/strlcpy.c
parent695ce83d0ad8eeaec1e1dec218279ac2d2168189 (diff)
downloadtcpdump-59d37c7ec5a7ce949db07d50594cca68fa724443.tar.gz
Fix spaces before tabs in indentation
Diffstat (limited to 'missing/strlcpy.c')
-rw-r--r--missing/strlcpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/strlcpy.c b/missing/strlcpy.c
index 2dc51b96..9a0b6e6a 100644
--- a/missing/strlcpy.c
+++ b/missing/strlcpy.c
@@ -1,5 +1,5 @@
/* $NetBSD: strlcpy.c,v 1.5 1999/09/20 04:39:47 lukem Exp $ */
-/* from OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp */
+/* from OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp */
/*
* Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>