]> git.sesse.net Git - vlc/blobdiff - mozilla/support/classinfo.h
Removes trailing spaces. Removes tabs.
[vlc] / mozilla / support / classinfo.h
index 4f11c6d624ccc5694476105c274b8fe4ed9920c6..d5128e9c07c35a7bc6ae253af15cf3f9db6806ce 100644 (file)
@@ -4,7 +4,7 @@
 // and to set flags used by the security system
 class  ClassInfo : public nsIClassInfo
 {
-  // These flags are used by the DOM and security systems to signal that 
+  // These flags are used by the DOM and security systems to signal that
   // JavaScript callers are allowed to call this object's scritable methods.
   NS_IMETHOD GetFlags(PRUint32 *aFlags)
     {*aFlags = nsIClassInfo::PLUGIN_OBJECT | nsIClassInfo::DOM_OBJECT;