commit | 05d63bafad71b534c041275831489f3e0dedcf3f | [log] [tgz] |
---|---|---|
author | Luis Machado <luis.machado@arm.com> | Fri Jun 09 15:36:34 2023 +0100 |
committer | Luis Machado <luis.machado@arm.com> | Fri Jun 09 16:27:32 2023 +0100 |
tree | 8958b96a5a0631e098adf4687d1f5565c6ad76e6 | |
parent | a3859ffba3a29b1409714cc2c44e4d0656de3021 [diff] |
[AArch64,arm] Fix some formatting issues in the aarch64/arm codebase As noted by Tom Tromey, there are some formatting issues with the ternary operator in the aarch64/arm codebase. This patch fixes those. Reviewed-By: Tom Tromey <tom@tromey.com>