summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xprocess.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/process.pl b/process.pl
index 55e7988..4c2ebc6 100755
--- a/process.pl
+++ b/process.pl
@@ -254,8 +254,8 @@ my @think = (
},
);
-foreach(@think){
-my %deep=%{$_};
-if( grep $deep{cond}->($_), $transcript ){$deep{action}->($transcript);$found=1;}
-}
+ foreach(@think){
+ my %deep=%{$_};
+ if( grep $deep{cond}->($_), $transcript ){$deep{action}->($transcript);$found=1;}
+ }
}