systemctl: swap cached_id_map and cached_name_map
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 21 Dec 2023 21:52:46 +0000 (06:52 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 22 Dec 2023 03:34:01 +0000 (12:34 +0900)
commit2962a508508564ec35f231bd4246846d6d057115
tree811e00c0c818817b9b93f869a76126f5c5ee2982
parentc5c74d85d302d95d2b0f2b938c4f178e428e19a3
systemctl: swap cached_id_map and cached_name_map

These are unused or used in the same order. So, this patch does not
change any behavior, just for naming consistency with the function
prototype.

Closes #30570.
src/systemctl/systemctl-edit.c