summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2023-08-02 23:43:29 +0000
committergit <svn-admin@ruby-lang.org>2023-08-02 23:43:29 +0000
commit29fd05036bc5b04c980a53a424b185a8a69cc839 (patch)
tree49a93fce85ca704e1816f3313a13b83fde62493b /misc
parent192ed8e70f4c9f45661e53583c7bca9b18821f56 (diff)
* remove trailing spaces. [ci skip]
Diffstat (limited to 'misc')
-rw-r--r--misc/gdb.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/gdb.py b/misc/gdb.py
index ed16eae62f..74f97cdbdc 100644
--- a/misc/gdb.py
+++ b/misc/gdb.py
@@ -2,12 +2,12 @@ import argparse
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