Indefero

Indefero Commit Details


Date:2009-03-26 09:21:16 (15 years 8 months ago)
Author:Loic d'Anterroches
Branch:dev, develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:f0286829006145055c5a5b82c981b8259d7546a9
Parents: 1b2a5b27183ee444ca8134b3ead4435130ebaaf5
Message:Fixed issue 160, diff viewer in code reviews does not indent correctly.

Changes:

File differences

src/IDF/Diff.php
172172
173173
174174
175
175176
176177
177178
public static function padLine($line)
{
$line = str_replace("\t", ' ', $line);
$n = strlen($line);
for ($i=0;$i<$n;$i++) {
if (substr($line, $i, 1) != ' ') {

Archive Download the corresponding diff file

Page rendered in 0.07961s using 14 queries.