[svn:parrot] r39639 - branches/cindent/t/codingstd
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Thu Jun 18 01:50:02 UTC 2009
Author: jkeenan
Date: Thu Jun 18 01:50:01 2009
New Revision: 39639
URL: https://trac.parrot.org/parrot/changeset/39639
Log:
Revert one block to its pre-debugging state.
Modified:
branches/cindent/t/codingstd/c_indent.t
Modified: branches/cindent/t/codingstd/c_indent.t
==============================================================================
--- branches/cindent/t/codingstd/c_indent.t Thu Jun 18 01:44:59 2009 (r39638)
+++ branches/cindent/t/codingstd/c_indent.t Thu Jun 18 01:50:01 2009 (r39639)
@@ -159,11 +159,7 @@
my $closing_punc = $1;
# skip the last line of the func or cpp directives.
-# $state{bif} = undef if ( $closing_punc eq "}" );
- if ( $closing_punc eq "}" ) {
- $state{bif} = undef;
- next;
- }
+ $state{bif} = undef if ( $closing_punc eq "}" );
next;
}
More information about the parrot-commits
mailing list