commit | a3859ffba3a29b1409714cc2c44e4d0656de3021 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Fri Jun 09 16:44:12 2023 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Fri Jun 09 16:44:12 2023 +0200 |
tree | a438b63da568f431520610f4db0e6a6541e4ee4b | |
parent | 68bb2e3ee06fa4dbf39f95dc76743be5cd5254f5 [diff] |
[gdb/tui] Simplify tui_puts_internal Simplify tui_puts_internal by using continue, as per this [1] coding standard rule, making the function more readable and easier to understand. No functional changes. Tested on x86_64-linux. [1] https://llvm.org/docs/CodingStandards.html#use-early-exits-and-continue-to-simplify-code Reviewed-By: Tom Tromey <tom@tromey.com>