[vlc-commits] Upnp: remove trailing space
Jean-Baptiste Kempf
git at videolan.org
Mon Mar 23 15:00:56 CET 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 23 14:57:50 2015 +0100| [23a0634c387bebd2c7c5b6023bd974cbc200274b] | committer: Jean-Baptiste Kempf
Upnp: remove trailing space
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=23a0634c387bebd2c7c5b6023bd974cbc200274b
---
modules/services_discovery/upnp.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/services_discovery/upnp.hpp b/modules/services_discovery/upnp.hpp
index 478cc08..7174b28 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);
More information about the vlc-commits
mailing list