From 09de95fbb79c31b1b163a0c19bc1f0cd428c5d8c Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Sun, 26 Feb 2023 20:13:55 -0500 Subject: gdb: reformat Python files with black 23.1.0 Change-Id: Ie8ec8870a16d71c5858f5d08958309d23c318302 Reviewed-By: Tom Tromey Reviewed-By: Andrew Burgess --- gdb/testsuite/gdb.python/tui-window.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/testsuite/gdb.python/tui-window.py') diff --git a/gdb/testsuite/gdb.python/tui-window.py b/gdb/testsuite/gdb.python/tui-window.py index 3d9ada5..401cb51 100644 --- a/gdb/testsuite/gdb.python/tui-window.py +++ b/gdb/testsuite/gdb.python/tui-window.py @@ -42,6 +42,7 @@ class TestWindow: gdb.register_window_type("test", TestWindow) + # Call REMOVE_TITLE on the global window object. def delete_window_title(): the_window.remove_title() -- cgit v1.1