Random indentation fix

[?]
Nov 30, 2011, 5:04 PM
V2MLUZRP7K4WGDM54U35F77ICGJMBHDET4SZUDMQNTYTAYKVBFWAC

Dependencies

  • [2] CHQEG6WY Hydra/29: Added timeout to svn/git checkouts, job evaluation
  • [3] 3XTHEUMP * Implemented the clone feature.
  • [4] JZE7DC2F Whitespace
  • [*] OOQ2D3KC * Refactoring: move fetchInput out of hydra_scheduler into a separate

Change contents

  • replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 637
    [2.640][2.640:648]()
    };
    [2.640]
    [2.648]
    };
  • replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 639
    [2.649][2.649:835]()
    if ($@) {
    die unless $@ eq "timeout\n"; # propagate unexpected errors
    return (undef, undef, undef);
    } else {
    return ($res, $stdout, $stderr);
    }
    [2.649]
    [2.835]
    if ($@) {
    die unless $@ eq "timeout\n"; # propagate unexpected errors
    return (undef, undef, undef);
    } else {
    return ($res, $stdout, $stderr);
    }