]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: re-format with black 21.12b0
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 16 Dec 2021 01:28:11 +0000 (20:28 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 16 Dec 2021 01:30:53 +0000 (20:30 -0500)
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

gdb/python/lib/gdb/__init__.py

index 7b6d8701548807518db079536bfb2e3b8a0cfa0d..170633763c612e49971af558c41dca493f48bf5b 100644 (file)
@@ -243,7 +243,6 @@ try:
         except:
             return None
 
-
 except:
 
     def colorize(filename, contents):