Skip to content

Commit a1679de

Browse files
authored
Merge pull request #166 from UnityHPC/patch-17
fix indentation
2 parents 9ecc01d + fac0ab9 commit a1679de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: webroot/panel/modal/pi_search.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
$fn = strtolower($assoc_obj->getOwner()->getFullName());
2525
if (strpos($fn, strtolower($search_query)) !== false) {
2626
if (!in_array($assoc, $out)) {
27-
array_push($out, $assoc);
28-
if (count($out) >= $MAX_COUNT) {
29-
break;
30-
}
31-
}
27+
array_push($out, $assoc);
28+
if (count($out) >= $MAX_COUNT) {
29+
break;
30+
}
31+
}
3232
}
3333
}
3434

0 commit comments

Comments
 (0)