WhitespaceClean-app/dialplan

whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
This commit is contained in:
mafoo
2016-03-11 11:49:17 +00:00
parent 11c2176a15
commit c34ce168d5
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -485,7 +485,7 @@ include "root.php";
$dialplan_detail_data = str_replace("\$1", $regex_match_1, $dialplan_detail_data);
$dialplan_detail_data = str_replace("\$2", $regex_match_2, $dialplan_detail_data);
$dialplan_detail_data = str_replace("\$3", $regex_match_3, $dialplan_detail_data);
$this->bridges = $dialplan_detail_data;
$this->bridges = $dialplan_detail_data;
}
}
}