From: Jean-Baptiste Kempf Date: Mon, 23 Mar 2015 13:57:50 +0000 (+0100) Subject: Upnp: remove trailing space X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=23a0634c387bebd2c7c5b6023bd974cbc200274b Upnp: remove trailing space --- diff --git a/modules/services_discovery/upnp.hpp b/modules/services_discovery/upnp.hpp index 478cc08c85..7174b287bb 100644 --- a/modules/services_discovery/upnp.hpp +++ b/modules/services_discovery/upnp.hpp @@ -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);