[vlc-commits] Compat: remove trailing spaces

Jean-Baptiste Kempf git at videolan.org
Sat Jan 23 16:19:10 CET 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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



More information about the vlc-commits mailing list