From 68ba44c41a42dbf79fe51561d2b1862554681c2e Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Mon, 20 Dec 2021 08:58:20 +0400 Subject: [PATCH] gdb/ada-lang.h: Reformat comment to follow coding standards This commit reformats a comment in gdb/ada-lang.h to avoid the leading '*' at the beginning of each line of the comment. --- gdb/ada-lang.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index 0f52ba70649..1297020855a 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -54,8 +54,8 @@ struct parser_state; "___finalizer[.$a-zA-Z0-9_]*$", /* The maximum number of frame levels searched for non-local, - * non-global symbols. This limit exists as a precaution to prevent - * infinite search loops when the stack is screwed up. */ + non-global symbols. This limit exists as a precaution to prevent + infinite search loops when the stack is screwed up. */ #define MAX_ENCLOSING_FRAME_LEVELS 7 /* Maximum number of steps followed in looking for the ultimate -- 2.30.2