chiark / gitweb /
bootctl: move toupper() implementation to string-util.h
[elogind.git] / src / basic / unit-name.c
index 6e6bd3bdb8aaee0642e51e8d755b0ad1cbdb0967..463301eebffdac579a9ebe3d1a978f7071b620bb 100644 (file)
@@ -761,7 +761,7 @@ int slice_build_parent_slice(const char *slice, char **ret) {
         else {
                 r = free_and_strdup(&s, "-.slice");
                 if (r < 0) {
-                free(s);
+                        free(s);
                         return r;
                 }
         }