]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
label: Fix uncrustify spacing error in label
authorRay Strode <rstrode@redhat.com>
Thu, 30 Nov 2023 18:37:00 +0000 (13:37 -0500)
committerRay Strode <rstrode@redhat.com>
Thu, 30 Nov 2023 18:43:53 +0000 (13:43 -0500)
src/libply-splash-graphics/ply-label.c

index 581dbff5b818b6289c9c598be88c0c5329bef676..bac5947f57dc744a3a8dc00b9daa0c18c014ee77 100644 (file)
@@ -100,7 +100,7 @@ ply_label_load_plugin (ply_label_t *label)
 
         /* ...and the FreeType based one after that, it is not a complete substitute (yet). */
         if (label->module_handle == NULL)
-            label->module_handle = ply_open_module (PLYMOUTH_PLUGIN_PATH "label-freetype.so");
+                label->module_handle = ply_open_module (PLYMOUTH_PLUGIN_PATH "label-freetype.so");
 
         if (label->module_handle == NULL)
                 return false;