Skip to content

Commit 8b0d362

Browse files
committed
Removed extra whitespace
1 parent 60c257c commit 8b0d362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Caxy/HtmlDiff/HtmlDiff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ private function processDeleteOperation($operation, $cssClass)
316316
}
317317

318318
private function processEqualOperation($operation)
319-
{
319+
{
320320
$result = array();
321321
foreach ($this->newWords as $pos => $s) {
322322
if ($pos >= $operation->startInNew && $pos < $operation->endInNew) {
@@ -442,7 +442,7 @@ private function isClosingTag($item)
442442
}
443443

444444
private function operations()
445-
{
445+
{
446446
$positionInOld = 0;
447447
$positionInNew = 0;
448448
$operations = array();

0 commit comments

Comments
 (0)