diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2021-12-15 20:28:11 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2021-12-15 20:30:53 -0500 |
commit | 37260e0df0772dd8378afa91ec26fc0419e1ca94 (patch) | |
tree | 6f03dcbeda700ba20b84afca0fe0c453f4aff7e6 /gdb/python/lib | |
parent | a547eaf18c2b87e4f1c9a01efc22b8e74ca05e00 (diff) | |
download | binutils-37260e0df0772dd8378afa91ec26fc0419e1ca94.zip binutils-37260e0df0772dd8378afa91ec26fc0419e1ca94.tar.gz binutils-37260e0df0772dd8378afa91ec26fc0419e1ca94.tar.bz2 |
gdb: re-format with black 21.12b0
Run black 21.12b0 on gdb/, there is a single whitespace change. I will
update the wiki [1] in parallel to bump the version of black to 21.12b0.
[1] https://sourceware.org/gdb/wiki/Internals%20GDB-Python-Coding-Standards
Change-Id: Ib3b859e3506c74a4f15d16f1e44ef402de3b98e2
Diffstat (limited to 'gdb/python/lib')
-rw-r--r-- | gdb/python/lib/gdb/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/python/lib/gdb/__init__.py b/gdb/python/lib/gdb/__init__.py index 7b6d870..1706337 100644 --- a/gdb/python/lib/gdb/__init__.py +++ b/gdb/python/lib/gdb/__init__.py @@ -243,7 +243,6 @@ try: except: return None - except: def colorize(filename, contents): |