mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
This should not change any functionality, but just makes it readable by
having a space between syntactic construct keyword and open parenthesis
(e.g. "if (expr", not "if(expr") and between close parenthesis and open
brace (e.g. "if (expr) {" not "if (expr){").
Signed-off-by: Junio C Hamano <junkio@cox.net>
25 KiB
Executable File
25 KiB
Executable File