]> git.ipfire.org Git - thirdparty/git.git/commit
fast-export: fix missing whitespace after switch
authorChristian Couder <christian.couder@gmail.com>
Mon, 10 Mar 2025 15:57:42 +0000 (16:57 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Mar 2025 20:24:55 +0000 (13:24 -0700)
commit73ca6d20016973669619fe2f30aea38a0aac0f84
treee35102d20b057de161f6d33d34438c7b2f4e1816
parentd007dc2a3ef75dd20934cda47162d2e0a7c2fab0
fast-export: fix missing whitespace after switch

"Documentation/CodingGuidelines" says that there should be whitespaces
around operators like 'if', 'switch', 'for', etc.

Let's fix this in "builtin/fast-export.c".

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fast-export.c