[vlc-commits] Minor style fix
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Thu Apr 24 12:25:06 CEST 2014
    
    
  
npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Apr 24 12:24:59 2014 +0200| [dd17e817b8f58c9806e9aa93aa557058bbd7bbb5] | committer: Jean-Baptiste Kempf
Minor style fix
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=dd17e817b8f58c9806e9aa93aa557058bbd7bbb5
---
 npapi/support/npwin.cpp |    2 --
 1 file changed, 2 deletions(-)
diff --git a/npapi/support/npwin.cpp b/npapi/support/npwin.cpp
index a2414a6..ad5ea5e 100644
--- a/npapi/support/npwin.cpp
+++ b/npapi/support/npwin.cpp
@@ -367,9 +367,7 @@ void NPN_SetException(NPObject *npobj, const NPUTF8 *message)
 {
     int minor = getMinorVersion();
     if( minor >= 14 )
-    {
         gNetscapeFuncs->setexception(npobj, message);
-    }
 }
 
 /* causes the specified URL to be fetched and streamed in
    
    
More information about the vlc-commits
mailing list