chiark / gitweb /
trivial coding style clean ups
[elogind.git] / src / shared / util.c
index b4ed2c407c4ad6d544adf5899760991f9ae05191..efd3468fb6695c6892d255329365ad5e66a5874d 100644 (file)
@@ -5379,7 +5379,7 @@ bool is_locale_utf8(void) {
                 goto out;
         }
 
-        if(streq(set, "UTF-8")) {
+        if (streq(set, "UTF-8")) {
                 cached_answer = true;
                 goto out;
         }