]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Minor formatting fix in breakpoint.c
authorTom Tromey <tromey@adacore.com>
Fri, 30 Aug 2024 16:38:22 +0000 (10:38 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 30 Aug 2024 16:38:22 +0000 (10:38 -0600)
commit71e0850800c70e5a7b8c9fd7d4065d2f7853262e
treee02f514198a6d7bffff5e9e82d1225998bb8dcb7
parentbcae3bb6509e1111c2859c6b24306aefecdd2570
Minor formatting fix in breakpoint.c

I noticed a spot in breakpoint.c that doesn't follow gdb's formatting
rules: the return type is on the same line as the method name.
gdb/breakpoint.c