r165: Remove outdated comments
[nbd.git] / nbd-server.c
index 7229eb7..c21e3c6 100644 (file)
@@ -946,8 +946,8 @@ int splitexport(CLIENT* client) {
        }
        return 0;
 }
-int copyonwrite_prepare(CLIENT* client)
-{
+
+int copyonwrite_prepare(CLIENT* client) {
        off_t i;
        if ((client->difffilename = malloc(1024))==NULL)
                err("Failed to allocate string for diff file name");