This repository was archived by the owner on May 12, 2021. It is now read-only.
Commit 3d8ce2c
annotations: Simplify negative logic
Replace strange negative logic (!ok -> continue) with positive
logic (ok -> do it)
Fixes: #3004
Signed-off-by: Christophe de Dinechin <[email protected]>1 parent 562a028 commit 3d8ce2c
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
376 | | - | |
| 375 | + | |
| 376 | + | |
377 | 377 | | |
378 | | - | |
379 | | - | |
380 | 378 | | |
381 | 379 | | |
382 | 380 | | |
| |||
0 commit comments