]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/locale-util.c
tree-wide: add whitespace between type and variable name
[thirdparty/systemd.git] / src / basic / locale-util.c
index 2225208cd20633039afd2351361858564f2ada86..cf4d22fbce45644c1be3b7edba120b1ff0842f37 100644 (file)
@@ -430,7 +430,7 @@ const char *special_glyph(SpecialGlyph code) {
         return draw_table[code >= _SPECIAL_GLYPH_FIRST_SMILEY ? emoji_enabled() : is_locale_utf8()][code];
 }
 
-void locale_variables_free(char*l[_VARIABLE_LC_MAX]) {
+void locale_variables_free(char *l[_VARIABLE_LC_MAX]) {
         LocaleVariable i;
 
         if (!l)