Index: t/codingstd/c_indent.t =================================================================== --- t/codingstd/c_indent.t (revision 42775) +++ t/codingstd/c_indent.t (working copy) @@ -123,10 +123,10 @@ pop @{ $state{stack} }; next; } - next unless @{ $state{stack} }; if ( $line =~ m/^\s*\#(\s*)(.*)/) { + next unless @{ $state{stack} }; my ($prespace, $condition) = ($1,$2); next if ($line =~ m/ASSERT_ARGS_/); # autogenerated by headerizer my $indent = q{ } x (@{ $state{stack} });