]> git.ipfire.org Git - thirdparty/git.git/commit
gitk: adjust indentation to match the style used in this script
authorJohannes Sixt <j6t@kdbg.org>
Sun, 12 Jan 2025 17:35:27 +0000 (18:35 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Tue, 1 Apr 2025 16:07:25 +0000 (18:07 +0200)
commitb55e1131111b7dd58af6668d321d560b08f0c996
treedade1a27117492baaf8cb67a3994836262a9da0d
parent4a6cc6a20eeb593f1ad0f60475a9867532d7c5d5
gitk: adjust indentation to match the style used in this script

We do not use tab characters for intentation in general. A recent patch
introduced many lines that do use them. Replace them by 4 spaces each.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
gitk