From 50c5dc0a9906532a1fabe8926591b338fdc2791c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf <jb@videolan.org> Date: Sat, 23 Jan 2016 14:47:51 +0100 Subject: [PATCH] Compat: remove trailing spaces --- compat/strnstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/strnstr.c b/compat/strnstr.c index b2d47d1f3464..356e6512fc93 100644 --- a/compat/strnstr.c +++ b/compat/strnstr.c @@ -35,7 +35,7 @@ char * strnstr (const char *haystack, const char *needle, size_t len) if( len < i ) return NULL; - + size_t count = len - i; do -- GitLab