Johannes Sixt <j.sixt@xxxxxxxxxxxxx> writes: > When the whitespace rule tab-in-indent is enabled, apply --whitespace=fix > replaces tabs by the appropriate amount of blanks. The code used > "dst->len % 8" as the criterion to stop adding blanks. But it forgot that > dst holds more than just the current line. Consequently, the modulus was > computed correctly only for the first added line, but not for the second > and subsequent lines. Fix it. You're quite right! My mistake, so if you like, please feel free to add Acked-by: Chris Webb <chris@xxxxxxxxxxxx> Cheers, Chris. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html