gdb: fix formatting of _debug_printf macros
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 25 Sep 2020 18:54:16 +0000 (14:54 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Fri, 25 Sep 2020 18:54:16 +0000 (14:54 -0400)
commit956bdb595bdcbf65598d7154560ea214849df899
tree27c1573e1124463def646a01ce6a542d61255a13
parent3b93626be9951b0f49f3e1609ddab53f86f712e1
gdb: fix formatting of _debug_printf macros

The do/while in these macros are not formatted with proper GNU style,
fix that.

gdb/ChangeLog:

* infrun.h (infrun_debug_printf): Fix formatting.
* linux-nat.c (linux_nat_debug_printf): Fix formatting.

Change-Id: I3a723663c76d9091f785941923c2b6cf67459629
gdb/ChangeLog
gdb/infrun.h
gdb/linux-nat.c
This page took 0.025849 seconds and 4 git commands to generate.