projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a547eaf
)
gdb: re-format with black 21.12b0
author
Simon Marchi
<simon.marchi@polymtl.ca>
Thu, 16 Dec 2021 01:28:11 +0000
(20:28 -0500)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/gdb/python/lib/gdb/__init__.py
b/gdb/python/lib/gdb/__init__.py
index 7b6d8701548807518db079536bfb2e3b8a0cfa0d..170633763c612e49971af558c41dca493f48bf5b 100644
(file)
--- 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):