Skip to content

Commit ad70b4f

Browse files
author
Sven Hagemann
committed
Cleanup: Fix indenting in operations switch
1 parent 0a10375 commit ad70b4f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

lib/Caxy/HtmlDiff/HtmlDiff.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -244,19 +244,19 @@ protected function performOperation($operation)
244244
{
245245
switch ($operation->action) {
246246
case 'equal' :
247-
$this->processEqualOperation($operation);
248-
break;
247+
$this->processEqualOperation($operation);
248+
break;
249249
case 'delete' :
250-
$this->processDeleteOperation($operation, 'diffdel');
251-
break;
250+
$this->processDeleteOperation($operation, 'diffdel');
251+
break;
252252
case 'insert' :
253-
$this->processInsertOperation($operation, 'diffins');
254-
break;
253+
$this->processInsertOperation($operation, 'diffins');
254+
break;
255255
case 'replace':
256-
$this->processReplaceOperation($operation);
257-
break;
256+
$this->processReplaceOperation($operation);
257+
break;
258258
default:
259-
break;
259+
break;
260260
}
261261
}
262262

0 commit comments

Comments
 (0)