Skip to content

Commit a677f9f

Browse files
committed
[FreeBSD] FreeBSD prefers 8 space tabs rather than 2
1 parent 3dcd5a7 commit a677f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applications/differential/render/DifferentialChangesetRenderer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ final public function renderChangesetTable($content) {
366366
// TODO: Let the user customize their tab width / display style.
367367
// TODO: We should possibly post-process "\r" as well.
368368
// TODO: Both these steps should happen earlier.
369-
$result = str_replace("\t", ' ', $result);
369+
$result = str_replace("\t", ' ', $result);
370370

371371
return phutil_safe_html($result);
372372
}

0 commit comments

Comments
 (0)