]> git.sesse.net Git - vlc/blobdiff - src/misc/win32_specific.c
Removes trailing spaces. Removes tabs.
[vlc] / src / misc / win32_specific.c
index 02d9760680363cac3744b1f3ee836d0c698b417a..ff3c5e47dd8b26f9b20e87b8baaf2b19ca75136d 100644 (file)
@@ -73,7 +73,7 @@ void system_Init( libvlc_int_t *p_this, int *pi_argc, char *ppsz_argv[] )
 
 #ifndef HAVE_RELEASE
     {
-        /* remove trailing \.libs from executable dir path if seen, 
+        /* remove trailing \.libs from executable dir path if seen,
            we assume we are running vlc through libtool wrapper in build dir */
         int offset  = strlen(psz_path)-sizeof("\\.libs")+1;
         if( offset > 0 )