vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sat Jan 23 
14:47:51 2016 +0100| [50c5dc0a9906532a1fabe8926591b338fdc2791c] | committer: 
Jean-Baptiste Kempf

Compat: remove trailing spaces

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=50c5dc0a9906532a1fabe8926591b338fdc2791c
---

 compat/strnstr.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat/strnstr.c b/compat/strnstr.c
index b2d47d1..356e651 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

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to