The source code of gitk has some funny indentation. It uses four spaces per level indent but uses tabs every other level (eight spaces). Reindent gitk to just use spaces instead. This series should be empty with `--ignore-all-space`. Changes since v1: * Instead of using tabs, just use spaces Denton Liu (2): gitk: replace tabs with spaces gitk: replace commented tab with space gitk | 10570 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 5285 insertions(+), 5285 deletions(-) -- 2.28.0.618.gf4bc123cb7