diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-06-04 15:23:21 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-06-04 15:23:21 +0200 |
commit | 65aafc0c1d6c4434493c4cc24cb90dff937d9361 (patch) | |
tree | ab5872c3d5ce90fcd31e0dcaf85554d7aa90b6bf /missing | |
parent | a0aa539ab5da1ac5be3e013d2f021df544355644 (diff) | |
download | tcpdump-65aafc0c1d6c4434493c4cc24cb90dff937d9361.tar.gz |
Delete trailing spaces/tabs
Diffstat (limited to 'missing')
-rw-r--r-- | missing/strlcat.c | 2 | ||||
-rw-r--r-- | missing/strlcpy.c | 2 | ||||
-rw-r--r-- | missing/strsep.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/missing/strlcat.c b/missing/strlcat.c index 34f1af2d..744ab3a6 100644 --- a/missing/strlcat.c +++ b/missing/strlcat.c @@ -28,7 +28,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifdef HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include <config.h> #endif diff --git a/missing/strlcpy.c b/missing/strlcpy.c index b0671ebd..52ede566 100644 --- a/missing/strlcpy.c +++ b/missing/strlcpy.c @@ -28,7 +28,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifdef HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include <config.h> #endif diff --git a/missing/strsep.c b/missing/strsep.c index a1e6b301..95673fc8 100644 --- a/missing/strsep.c +++ b/missing/strsep.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -#ifdef HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include <config.h> #endif |