From: Simon Marchi Date: Thu, 16 Dec 2021 01:28:11 +0000 (-0500) Subject: gdb: re-format with black 21.12b0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=37260e0df0772dd8378afa91ec26fc0419e1ca94;p=binutils-gdb.git 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 --- diff --git a/gdb/python/lib/gdb/__init__.py b/gdb/python/lib/gdb/__init__.py index 7b6d8701548..170633763c6 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):