From 29fd05036bc5b04c980a53a424b185a8a69cc839 Mon Sep 17 00:00:00 2001 From: git Date: Wed, 2 Aug 2023 23:43:29 +0000 Subject: [PATCH] * remove trailing spaces. [ci skip] --- misc/gdb.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/gdb.py b/misc/gdb.py index ed16eae62f5761..74f97cdbdc91b3 100644 --- a/misc/gdb.py +++ b/misc/gdb.py @@ -2,12 +2,12 @@ import textwrap # usage: [-h] [-a | --all | --no-all] [-s STACK_SIZE] [uplevel] -# +# # Dump a control frame -# +# # positional arguments: # uplevel CFP offset from the stack top -# +# # options: # -h, --help show this help message and exit # -a, --all, --no-all dump all frames