]> git.ipfire.org Git - thirdparty/systemd.git/blob - coccinelle/strjoina.cocci
Merge pull request #12244 from poettering/242-news-final
[thirdparty/systemd.git] / coccinelle / strjoina.cocci
1 @@
2 expression n, m;
3 expression list s;
4 @@
5 - n = strjoina(m, s, NULL);
6 + n = strjoina(m, s);