repo.or.cz
/
systemd_ALT.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
1:255.13-alt1
[systemd_ALT.git]
/
coccinelle
/
cond-omit-middle.cocci
blob
f1587b8db30dff325c8f694ac271354437ac235e
1
/* SPDX-License-Identifier: LGPL-2.1-or-later */
2
/* See: https://gcc.gnu.org/onlinedocs/gcc/Conditionals.html#Conditionals */
3
@@
4
expression e, x;
5
@@
6
- e ? e : x
7
+ e ?: x