From: Andrew Burgess Date: Thu, 4 Dec 2025 15:21:08 +0000 (+0000) Subject: gdb: small white space fix in print_gdb_hints X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c54f3d5be665d325fb37cf486282fc1916976618;p=thirdparty%2Fbinutils-gdb.git gdb: small white space fix in print_gdb_hints A small white space fix in print_gdb_hints. There should be no user visible changes after this commit. Reviewed-By: Guinevere Larsen --- diff --git a/gdb/top.c b/gdb/top.c index f3cac5fd55a..1214101ad18 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1449,7 +1449,7 @@ print_gdb_hints (struct ui_file *stream) } else { - std::string sep (width-2, '-'); + std::string sep (width - 2, '-'); if (emojis_ok ()) {