]> git.ipfire.org Git - thirdparty/git.git/commit - git-p4.py
git-p4: remove spaces around default arguments
authorJoel Holdsworth <jholdsworth@nvidia.com>
Fri, 1 Apr 2022 14:24:51 +0000 (15:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Apr 2022 20:15:43 +0000 (13:15 -0700)
commit57fe2ce0e1a2cb7bd355b97230a9aa42be7da044
treedaf4b3f8c9a810ceceb391d7bdd4a5d0f189307d
parent84af8b854481d686674622424977ecc5cdf0d587
git-p4: remove spaces around default arguments

PEP8 recommends that there should be no spaces around the = sign of
default argument values of functions.

This guideline is described here:
https://www.python.org/dev/peps/pep-0008/#other-recommendations

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