1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-28 02:50:16 +03:00

cryptsetup: drop doubled space

This commit is contained in:
Yu Watanabe 2025-01-19 04:42:31 +09:00
parent 7e21105002
commit 13a3b59144

View File

@ -796,7 +796,7 @@ static int parse_proc_cmdline_item(const char *key, const char *value, void *dat
return 0;
}
static int add_crypttab_device(const char *name, const char *device, const char *keyspec, const char *options) {
static int add_crypttab_device(const char *name, const char *device, const char *keyspec, const char *options) {
_cleanup_free_ char *keyfile = NULL, *keydev = NULL, *headerdev = NULL, *filtered_header = NULL;
crypto_device *d = NULL;
char *uuid;