]> Sergey Matveev's repositories - torn.git/blobdiff - torn
Trivial formatting
[torn.git] / torn
diff --git a/torn b/torn
index 55822266cbd0bab69bd39f2b8b5d7c28ef7b4bb7..e1f1cfc0d5eeacaae75bcb55e37a79ee13d30410 100755 (executable)
--- a/torn
+++ b/torn
@@ -112,7 +112,7 @@ foreach (sort readdir DIR) {
     $dst =~ s/Ю/Ju/g;
 
     # Lowercase file extensions
-    if($dst =~ /^(.*)\.([^\.]+)$/){
+    if ($dst =~ /^(.*)\.([^\.]+)$/) {
         $dst = $1 . "." . lc $2;
     };