]> git.sesse.net Git - vlc/blobdiff - modules/access/dvb/linux_dvb.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / access / dvb / linux_dvb.c
index 99d12206acf7c00c2e9a4b52431262c96b3a3e92..b98fd3a6f086761e1efd09f544504381ec0c38a7 100644 (file)
@@ -1477,7 +1477,7 @@ int E_(CAMOpen)( access_t *p_access )
     }
 
     /* Output CA capabilities */
-    msg_Dbg( p_access, "CAMInit: CA interface with %d %s", caps.slot_num, 
+    msg_Dbg( p_access, "CAMInit: CA interface with %d %s", caps.slot_num,
         caps.slot_num == 1 ? "slot" : "slots" );
     if ( caps.slot_type & CA_CI )
         msg_Dbg( p_access, "CAMInit: CI high level interface type" );