]> git.sesse.net Git - vlc/commitdiff
Upnp: remove trailing space
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 23 Mar 2015 13:57:50 +0000 (14:57 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 23 Mar 2015 14:00:50 +0000 (15:00 +0100)
modules/services_discovery/upnp.hpp

index 478cc08c85f2fbf336b2238185138d9a21b21a8b..7174b287bbfcd68e380bcd2f8b78a8796ac6edaa 100644 (file)
@@ -51,7 +51,7 @@ namespace SD
  */
 class UpnpInstanceWrapper
 {
-public:    
+public:
     // This increases the refcount before returning the instance
     static UpnpInstanceWrapper* get(vlc_object_t* p_obj, Upnp_FunPtr callback, SD::MediaServerList *opaque);
     void release(bool isSd);