]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/python: address some coding style issues in py-color.c
authorAndrew Burgess <aburgess@redhat.com>
Sat, 19 Apr 2025 21:33:32 +0000 (22:33 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Tue, 22 Apr 2025 16:53:54 +0000 (17:53 +0100)
commitb40e23f8093419b8e094ca515eb95deff905b8a5
tree2d5c06b82222f5c35c410785861d7fd0d22b25e2
parent5fd3d58ee9109b7a86b25504dc0cbd1739e6be01
gdb/python: address some coding style issues in py-color.c

A few minor GNU/GDB coding style issues in py-color.c:

  - Space after '&' reference operator in one place.
  - Some excessive indentation on a couple of lines.
  - Spaces after '!' logical negation operator.
  - Using a pointer as a bool in a couple of places.

There should be no functional changes after this commit.
gdb/python/py-color.c