chiark / gitweb /
core: general cgroup rework
[elogind.git] / src / shared / fileio.c
index ad068bf30da6c4687b80393a6c387ca388ee74ea..dc13c9ee636f0ce8312f40ae152a038131fa8c36 100644 (file)
@@ -24,7 +24,6 @@
 #include "util.h"
 #include "strv.h"
 
-
 int write_string_to_file(FILE *f, const char *line) {
         errno = 0;
         fputs(line, f);