1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-23 17:34:00 +03:00
systemd-stable/coccinelle/empty-to-null.cocci

6 lines
63 B
Plaintext
Raw Normal View History

2017-12-07 14:13:00 +03:00
@@
expression s;
@@
- isempty(s) ? NULL : s
+ empty_to_null(s)