]> git.sesse.net Git - vlc/blobdiff - bindings/python/vlc_mediacontrol.c
Removes trailing spaces. Removes tabs.
[vlc] / bindings / python / vlc_mediacontrol.c
index 19820dffb1dea6de8583ccdb5dbfb134ab72bee2..66cc7ef6d6fffc24fb29c5f762dbc984b743e0a9 100644 (file)
@@ -37,7 +37,7 @@ MediaControl_new( PyTypeObject *type, PyObject *args, PyObject *kwds )
     char** ppsz_args = NULL;
     libvlc_instance_t* p_instance = NULL;
     Py_ssize_t i_size = 0;
-    
     self = PyObject_New( MediaControl, &MediaControl_Type );
 
     if( PyArg_ParseTuple( args, "O", &py_param ) )