diff options
author | Rose <83477269+AtariDreams@users.noreply.github.com> | 2023-02-16 12:31:07 -0500 |
---|---|---|
committer | Rose <83477269+AtariDreams@users.noreply.github.com> | 2023-02-16 12:34:51 -0500 |
commit | fd02f6a4bdbdb5b824da5c80a2832be5549391ca (patch) | |
tree | 5038674bd090431c14166a0aa2d47546c419034d /absl/debugging | |
parent | 2d4c6872da56fa0d8156b01ab5658348d9c5de4d (diff) |
Prefer C++ notation over C
nullptr instead of 0 and nothing instead of void for function arguments is preferred.
Diffstat (limited to 'absl/debugging')
-rw-r--r-- | absl/debugging/internal/symbolize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/debugging/internal/symbolize.h b/absl/debugging/internal/symbolize.h index 27d5e652..5593fde6 100644 --- a/absl/debugging/internal/symbolize.h +++ b/absl/debugging/internal/symbolize.h @@ -115,7 +115,7 @@ bool RemoveSymbolDecorator(int ticket); // Remove all installed decorators. Returns true if successful, false if // symbolization is currently in progress. -bool RemoveAllSymbolDecorators(void); +bool RemoveAllSymbolDecorators(); // Registers an address range to a file mapping. // |