Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 368099 | Differences between
and this patch

Collapse All | Expand All

(-)a/automake.in (-1 / +1 lines)
Lines 5277-5283 sub pretty_print_internal Link Here
5277
    # character counts for eight.  So we count the number of Tabs and
5277
    # character counts for eight.  So we count the number of Tabs and
5278
    # multiply by 7.
5278
    # multiply by 7.
5279
    my $fill_length = length ($fill);
5279
    my $fill_length = length ($fill);
5280
    $fill_length += 7 * ($fill =~ tr/\t/\t/d);
5280
    $fill_length += 7 * ($fill =~ tr/\t/\t/);
5281
5281
5282
    foreach (@values)
5282
    foreach (@values)
5283
    {
5283
    {

Return to bug 368099