This repository was archived by the owner on May 12, 2021. It is now read-only.
Commit f4dd729
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 7542405 commit f4dd729
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
379 | | - | |
| 378 | + | |
| 379 | + | |
380 | 380 | | |
381 | | - | |
382 | | - | |
383 | 381 | | |
384 | 382 | | |
385 | 383 | | |
| |||
0 commit comments