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

List:       kde-commits
Subject:    KDE/kdesdk/scripts/qt4
From:       Stephan Kulow <coolo () kde ! org>
Date:       2006-04-30 20:22:32
Message-ID: 1146428552.807326.30143.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 535965 by coolo:

I consider a space behind the , more readable


 M  +4 -2      convert-qlabel.pl  


--- trunk/KDE/kdesdk/scripts/qt4/convert-qlabel.pl #535964:535965
@@ -30,8 +30,9 @@
       my $orig = $_;
       my ($spaces, $trailer, $object, $call, $ws, $params );
       if ( ($spaces, $trailer, $object, $call, $ws, $params ) = \
                m!^(\s*)(.*[\s\*]|)([a-zA-Z0-9_]+)(\s*=\s*new \
                QLabel\s*)\((\s*)(.*[^\s])\s*\);$! ) {
-# print "Spaces: '$spaces', Trailer: '$trailer', Object: '$object', Call: '$call', \
WS: '$ws', Params: '$params'\n"; +print "Spaces: '$spaces', Trailer: '$trailer', \
Object: '$object', Call: '$call', WS: '$ws', Params: '$params'\n";  my @parms = \
split( /,\s*/, $params ); +        my $pws = $ws;
         
         my $buddy, my $text, my $parent, my $name, my $flags;
 
@@ -42,6 +43,7 @@
           $parent=$parms[1];
           $name=$parms[2] if scalar(@parms)>2;
           $flags=$parms[3] if scalar(@parms)>3;
+	  $pws=' ';
         } elsif ( scalar(@parms) == 5 ) {
           ($buddy, $text, $parent, $name, $flags) = @parms;
 print "2";
@@ -82,7 +84,7 @@
         my $p="";
         $p.= "$text" if ( defined($text) );
         if ( defined($parent) ) {
-          $p.= ",$ws" if ( defined($text) );
+          $p.= ",$pws" if ( defined($text) );
           $p.= "$parent";
           if ( defined($flags) ) { 
             $p.=",$ws$flags";


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

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