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

List:       kde-commits
Subject:    kdebindings/qtruby/rubylib/qtruby
From:       Alexander Kellett <lypanov () kde ! org>
Date:       2003-08-10 20:49:34
[Download RAW message or body]

CVS commit by lypanov: 

reindent a lot of lines


  M +450 -450  Qt.cpp   1.19


--- kdebindings/qtruby/rubylib/qtruby/Qt.cpp  #1.18:1.19
@@ -273,5 +273,5 @@ public:
                 if(_called) return;
                 _called = true;
-                VALUE _retval = rb_funcall2(    _obj,
+        VALUE _retval = rb_funcall2(_obj,
                                                                                 \
                rb_intern(_smoke->methodNames[method().name]),
                                                                                 \
method().numArgs, @@ -835,5 +835,5 @@ VALUE
 set_obj_info(const char * className, smokeruby_object * o)
 {
-        VALUE klass = rb_funcall(       qt_internal_module,
+    VALUE klass = rb_funcall(qt_internal_module,
                                                                 \
rb_intern("find_class"),  1,
@@ -1320,5 +1320,5 @@ getIsa(VALUE /*self*/, VALUE classId)
 
     while(*parents) {
-//      printf("\tparent: %s\n", qt_Smoke->classes[*parents].className);
+        //      printf("\tparent: %s\n", qt_Smoke->classes[*parents].className);
         rb_ary_push(parents_list, \
rb_str_new2(qt_Smoke->classes[*parents++].className));  }
@@ -1433,5 +1433,5 @@ insert_mcid(VALUE self, VALUE mcid_value
 }
 
-static VALUE
+    static VALUE
 find_mcid(VALUE /*self*/, VALUE mcid_value)
 {


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

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