gdb: fix python/lib/gdb/__init__.py formatting
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 22 Jun 2021 19:07:50 +0000 (15:07 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 22 Jun 2021 19:07:50 +0000 (15:07 -0400)
Run black to fix this formatting.

gdb/ChangeLog:

* python/lib/gdb/__init__.py: Format.

Change-Id: I68ea306d1991bf7243b2c8aeeb11719d668851e5

gdb/ChangeLog
gdb/python/lib/gdb/__init__.py

index 2bef3a89592fc3d8ed3a169431a872c08e1a0677..5fb76d03f8529f49a2671672220264b86905497b 100644 (file)
@@ -1,3 +1,7 @@
+2021-06-22  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * python/lib/gdb/__init__.py: Format.
+
 2021-06-22  Simon Marchi  <simon.marchi@polymtl.ca>
 
        * infrun.c (do_target_wait): Remove wait_ptid parameter.
index f2f38b32af9604886919d9943fc0d3c389e3a0c0..7b6d8701548807518db079536bfb2e3b8a0cfa0d 100644 (file)
@@ -94,10 +94,10 @@ def _execute_unwinders(pending_frame):
     Returns:
         Tuple with:
 
-         [0] gdb.UnwindInfo instance
-         [1] Name of unwinder that claimed the frame (type `str`)
+          [0] gdb.UnwindInfo instance
+          [1] Name of unwinder that claimed the frame (type `str`)
 
-       or None, if no unwinder has claimed the frame.
+        or None, if no unwinder has claimed the frame.
     """
     for objfile in objfiles():
         for unwinder in objfile.frame_unwinders:
This page took 0.028188 seconds and 4 git commands to generate.