1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

analyze: use IN_SET() in one more place

This commit is contained in:
Frantisek Sumsal 2022-05-30 16:50:57 +02:00
parent 02ece2fcb1
commit 4c7f7f4b22

View File

@ -10,7 +10,7 @@
int verb_compare_versions(int argc, char *argv[], void *userdata) {
int r;
assert(argc == 3 || argc == 4);
assert(IN_SET(argc, 3, 4));
assert(argv);
if (argc == 3) {