This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 03/22] Change displaced_step_clear_cleanup with a forward_scope_exit


On 02/27/2019 08:18 PM, Tom Tromey wrote:
> +/* A cleanup that wraps displaced_step_clear.  */
> +using displaced_step_clear_cleanup
> +    = FORWARD_SCOPE_EXIT (displaced_step_clear);

The '=' should be indented with two spaces instead of four.

Otherwise OK.

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]