]> git.sesse.net Git - vlc/blobdiff - activex/utils.cpp
Removes trailing spaces. Removes tabs.
[vlc] / activex / utils.cpp
index 8cb0b0e08a6ba212e800e2947419d5caefb4afa1..b96ea8fc4b49f06d91d1f97bcdaa2f3fc16e50ca 100644 (file)
@@ -273,7 +273,7 @@ relativeurl:
                     return href;
                 }
 
-                /* find last path component and replace it */ 
+                /* find last path component and replace it */
                 while( L'/' != *pathend )
                     --pathend;
 
@@ -300,7 +300,7 @@ relativeurl:
                         url = ++p;
                         continue;
                     }
-                    if( L'.' != *p ) 
+                    if( L'.' != *p )
                         break;
                     ++p;
                     if( L'\0' == *p )
@@ -309,7 +309,7 @@ relativeurl:
                     }
                     else
                     {
-                        if( L'/' != *p ) 
+                        if( L'/' != *p )
                             break;
                         /* relative url starts with '../' */
                         ++p;