[padb] r439 committed - Re-indent after the last commit.

padb at googlecode.com padb at googlecode.com
Sat Jun 18 22:49:20 BST 2011


Revision: 439
Author:   apittman at gmail.com
Date:     Sat Jun 18 14:48:57 2011
Log:      Re-indent after the last commit.

http://code.google.com/p/padb/source/detail?r=439

Modified:
  /trunk/src/padb

=======================================
--- /trunk/src/padb	Fri May 20 13:01:28 2011
+++ /trunk/src/padb	Sat Jun 18 14:48:57 2011
@@ -9219,7 +9219,9 @@
              my @frames = @{ $thread->{frames} };
              foreach my $i ( reverse 0 .. $#frames ) {
                  my $frame = $frames[$i];
-                if ( defined $frame->{func} and defined $fns->{fns}{  
$frame->{func} } ) {
+                if (    defined $frame->{func}
+                    and defined $fns->{fns}{ $frame->{func} } )
+                {
                      $fnmode = $fns->{fns}{ $frame->{func} };
                      last;
                  }




More information about the padb-devel mailing list