]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
home: insert a space before '='
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 21 Jul 2026 04:10:15 +0000 (13:10 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 21 Jul 2026 14:38:40 +0000 (23:38 +0900)
src/home/homework-luks.c

index c346ae7fea21a046116e204e42ffec601c275707..f51b6f6fbf125bac53bf2a5873db98ce9b33d9ca 100644 (file)
@@ -2561,7 +2561,7 @@ int home_create_luks(
         setup->loop = loop_device_unref(setup->loop);
 
         if (!user_record_luks_offline_discard(h)) {
-                r= run_fallocate(setup->image_fd, NULL /* refresh stat() data */);
+                r = run_fallocate(setup->image_fd, NULL /* refresh stat() data */);
                 if (r < 0)
                         return r;
         }