diff options
author | hjk <[email protected]> | 2025-07-04 14:25:37 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2025-07-07 07:16:09 +0000 |
commit | 7705bdf54b3a6319067e4817aa9348b56a9d9970 (patch) | |
tree | f37326dbb731f336a933a05c8e4fa12f7a732ac3 /tests/cppsymbolsearcher | |
parent | 06960a450b7b8c6eb8b4b145402bfb716ed971c0 (diff) |
Instead of
If (cond, { then-stuff } [, { else-stuff })
use
If (cond) >> Then { then-stuff } >> Else { else-stuff }
It's a bit more verbose, but easier to reason about, and more similar
to what TaskTree does with When >> Do etc.
Change-Id: I0ae69ea566ee42a4e75bcdfc3173e744b812785e
Reviewed-by: Jarek Kobus <[email protected]>
Diffstat (limited to 'tests/cppsymbolsearcher')
0 files changed, 0 insertions, 0 deletions