]> git.sesse.net Git - vlc/blobdiff - bindings/python/vlc_input.c
Removes trailing spaces. Removes tabs.
[vlc] / bindings / python / vlc_input.c
index 0fb040e2282988d06e3673cb7bf94c1858983b8e..32dd0239e16214e3d8d704e408036df1ff3e1286 100644 (file)
@@ -199,7 +199,7 @@ vlcInput_toggle_fullscreen( PyObject *self, PyObject *args )
     libvlc_toggle_fullscreen( LIBVLC_INPUT->p_md, &ex);
     LIBVLC_EXCEPT;
     Py_INCREF( Py_None );
-    return Py_None;    
+    return Py_None;
 }
 
 static PyObject *