]> Kevux Git Server - rit/commit
git-p4: place a single space after every comma
authorJoel Holdsworth <jholdsworth@nvidia.com>
Fri, 1 Apr 2022 14:24:53 +0000 (15:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Apr 2022 20:15:43 +0000 (13:15 -0700)
commit12a77f5b7e2d963434636472894d98caf095c0a1
tree03a8cca272c20418387ba5df81556ce920575ece
parent0874bb016a06703d942092c23922c1e4e2bf5f4a
git-p4: place a single space after every comma

This patch improves consistency across git-p4 by ensuring all command
separated arguments to function invocations, tuples and lists are
separated by commas with a single space following.

Signed-off-by: Joel Holdsworth <jholdsworth@nvidia.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py