summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2017-10-17 18:56:49 +0100
committerVasil Zlatanov <v@skozl.com>2017-10-17 18:56:49 +0100
commit73d8cebbe85399ef7b308f642ab52682bafe8d6c (patch)
tree798dc46ddecf427c962146db3afa17d258af0502
parent1fab3d45b9231fd6f2587c024c1d9fa032089813 (diff)
downloadspeech-73d8cebbe85399ef7b308f642ab52682bafe8d6c.tar.gz
speech-73d8cebbe85399ef7b308f642ab52682bafe8d6c.tar.bz2
speech-73d8cebbe85399ef7b308f642ab52682bafe8d6c.zip
apply indents
-rwxr-xr-xprocess.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/process.pl b/process.pl
index ddd5f89..950bb89 100755
--- a/process.pl
+++ b/process.pl
@@ -25,15 +25,15 @@ foreach(@data3){
my %temp=%{$data3[$i]};
if(!$found){
-check($temp{transcript}); #magic line
+ check($temp{transcript}); #magic line
}
$i++;
}
if(!$found){my %temp=%{$data3[0]}; $temp{transcript}=~s/\s/+/g; $temp{transcript}=~s/'/%27/g;
-system "firefox \"https://www.wolframalpha.com/input/?i=$temp{transcript}\" &";
-system "./wolfram/api.sh \"$temp{transcript}\"";
+ system "firefox \"https://www.wolframalpha.com/input/?i=$temp{transcript}\" &";
+ system "./wolfram/api.sh \"$temp{transcript}\"";
}