chiark / gitweb /
nspawn: beef up nspawn with some btrfs magic
[elogind.git] / src / shared / copy.c
index 4c41f2fdd4c24bb7dcf57ac300d7bfc88f23a84f..233dbbccc778ee53b2962519b378038fc81626ba 100644 (file)
@@ -82,7 +82,6 @@ int copy_bytes(int fdf, int fdt, off_t max_bytes) {
                         r = loop_write(fdt, buf, (size_t) n, false);
                         if (r < 0)
                                 return r;
-
                 }
 
         next: