mbox series

[v2,0/2] gitk: fix mix of tabs and spaces in indentation

Message ID cover.1599798976.git.liu.denton@gmail.com (mailing list archive)
Headers show
Series gitk: fix mix of tabs and spaces in indentation | expand

Message

Denton Liu Sept. 11, 2020, 4:36 a.m. UTC
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(-)