mirror of
https://github.com/python/cpython.git
synced 2025-08-24 02:35:59 +00:00
Whitespace normalization.
This commit is contained in:
parent
2f93e28a19
commit
527e64fd68
18 changed files with 65 additions and 65 deletions
|
@ -946,7 +946,7 @@ class Differ:
|
|||
|
||||
yield "- " + aline
|
||||
if atags:
|
||||
yield "? %s%s\n" % ("\t" * common, atags)
|
||||
yield "? %s%s\n" % ("\t" * common, atags)
|
||||
|
||||
yield "+ " + bline
|
||||
if btags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue