]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdb] Fix trailing whitespace in annotate.texinfo
authorTom de Vries <tdevries@suse.de>
Thu, 18 Jun 2026 20:06:50 +0000 (22:06 +0200)
committerTom de Vries <tdevries@suse.de>
Thu, 18 Jun 2026 20:06:50 +0000 (22:06 +0200)
Fix:
...
gdb/doc/annotate.texinfo:127: trailing whitespace.
+(gdb)
gdb/doc/annotate.texinfo:132: trailing whitespace.
+$
gdb/doc/annotate.texinfo:732: trailing whitespace.
+@code{step} or @code{continue},
gdb/doc/annotate.texinfo:738: trailing whitespace.
+is output.  When the program stops,
...

Verified by checking annotate.html.

Approved-By: Tom Tromey <tom@tromey.com>
gdb/contrib/check-whitespace-pre-commit.py
gdb/doc/annotate.texinfo

index 7f1d5b47690409c051449505432fd7a5b82c6b28..b7581a3dc701750b10c5aad4133bb41748d27af0 100755 (executable)
@@ -23,7 +23,6 @@ re_ignore = re.compile("ChangeLog")
 
 # Files that are not clean, so they're only checked when changes.
 todo_list = [
-    "gdb/doc/annotate.texinfo",
     "gdb/doc/refcard.tex",
 ]
 
index 3aed89d504473e082edb97004be6225b4c853525..27afb54a14a1fb4023b0def2e09310764af98513 100644 (file)
@@ -124,12 +124,12 @@ for details.
 This GDB was configured as "sparc-sun-sunos4.1.3"
 
 ^Z^Zpre-prompt
-(gdb) 
+(gdb)@w{ }
 ^Z^Zprompt
 quit
 
 ^Z^Zpost-prompt
-$ 
+$@w{ }
 @end smallexample
 
 Here @samp{quit} is input to @value{GDBN}; the rest is output from
@@ -729,13 +729,13 @@ deleted a breakpoint.
 @findex starting
 @findex stopping
 When the program starts executing due to a @value{GDBN} command such as
-@code{step} or @code{continue}, 
+@code{step} or @code{continue},
 
 @smallexample
 ^Z^Zstarting
 @end smallexample
 
-is output.  When the program stops, 
+is output.  When the program stops,
 
 @smallexample
 ^Z^Zstopped