]> git.sesse.net Git - vlc/blobdiff - modules/access/smb.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / access / smb.c
index 6da29f1ee96c12b13ace16c53acb7f8641132c0d..b7672a9ca6dc3fc1388e3983529f0b6a9a366115 100644 (file)
@@ -474,7 +474,7 @@ static void Win32AddConnection( access_t *p_access, char *psz_path,
     {
         msg_Dbg( p_access, "connected to %s", psz_remote );
     }
-    else if( i_result != ERROR_ALREADY_ASSIGNED && 
+    else if( i_result != ERROR_ALREADY_ASSIGNED &&
              i_result != ERROR_DEVICE_ALREADY_REMEMBERED )
     {
         msg_Dbg( p_access, "already connected to %s", psz_remote );