]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
cryptsetup: drop doubled space
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 18 Jan 2025 19:42:31 +0000 (04:42 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Jan 2025 18:42:38 +0000 (03:42 +0900)
src/cryptsetup/cryptsetup-generator.c

index e4d2ce6257cf80f9ace6f8340622b72817332788..466a5f02df04738e8941e237943e731000c53b5e 100644 (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;