]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Scripts/PatchCheck.py
BaseTools/PatchCheck: Ignore blank lines in diff
authorMichael D Kinney <michael.d.kinney@intel.com>
Thu, 1 Aug 2019 22:57:18 +0000 (15:57 -0700)
committerMichael D Kinney <michael.d.kinney@intel.com>
Thu, 8 Aug 2019 05:11:42 +0000 (22:11 -0700)
commit05579e51824a1ea393e52a3bda7d0c35cb060bc3
treecc29f8ecdf336d327586a7009516d0f41b8cfac7
parent111bbcf87621953dc6ceff09f6c953d33c2689d6
BaseTools/PatchCheck: Ignore blank lines in diff

https://bugzilla.tianocore.org/show_bug.cgi?id=2044

When fixes are made for incorrect line endings, there
are cases where the diff contains blank lines.  Ignore
these blank lines.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
BaseTools/Scripts/PatchCheck.py