]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
libkmod: fix clang-format ofr -> off typo
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 11 Sep 2024 16:27:52 +0000 (17:27 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 13 Sep 2024 11:20:35 +0000 (06:20 -0500)
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/118
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
libkmod/libkmod-config.c

index 21aa6994e625a2ae256f318d6190584310923de6..44e6253114ea3e267fc75055dfc0bdf6c117ea15 100644 (file)
@@ -1236,7 +1236,7 @@ KMOD_EXPORT struct kmod_config_iter *kmod_config_get_install_commands(const stru
        return kmod_config_iter_new(ctx, CONFIG_TYPE_INSTALL);
 }
 
-// clang-format ofr
+// clang-format off
 KMOD_EXPORT struct kmod_config_iter *kmod_config_get_remove_commands(const struct kmod_ctx *ctx)
 // clang-format on
 {