[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebindings/kjsembed
From:       Ian Reinhart Geiser <geiseri () kde ! org>
Date:       2005-02-21 14:07:40
Message-ID: 20050221140740.769D618862 () office ! kde ! org
[Download RAW message or body]

CVS commit by geiseri: 

fix astyle crackrock formatting.


  M +3 -6      jsobjectproxy.cpp   1.70


--- kdebindings/kjsembed/jsobjectproxy.cpp  #1.69:1.70
@@ -100,6 +100,5 @@ namespace KJSEmbed {
     }
 
-    KJS::Value JSObjectProxy::get
-        ( KJS::ExecState *exec, const KJS::Identifier &p ) const {
+    KJS::Value JSObjectProxy::get( KJS::ExecState *exec, const KJS::Identifier &p ) \
const {  if ( !isAllowed( exec->interpreter() ) ) {
                 kdWarning() << "JS get request from unknown interpreter, ignoring" \
<< endl; @@ -108,11 +107,9 @@ namespace KJSEmbed {
 
             if ( !policy->isPropertyAllowed( this, obj, p.ascii() ) )
-                return ObjectImp::get
-                           ( exec, p );
+                return ObjectImp::get( exec, p );
 
             if ( !obj ) {
                 kdDebug( 80001 ) << "JS getting '" << p.ustring().qstring() << "' \
                but qobj has died" << endl;
-                return ObjectImp::get
-                           ( exec, p );
+                return ObjectImp::get( exec, p );
             }
             kdDebug( 80001 ) << "JS getting '" << p.ascii() << endl;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic