Badly indented code

Issue #61 closed
Chris Graham created an issue

Very minor but worth fixing…

    } else {
        assert(index >= 0);
        if (zip_file_replace(z, static_cast<zip_uint64_t>(index), s, ZIP_FL_ENC_GUESS) < 0) {
        delete cbs;
        zip_source_free(s);
        return -ENOMEM;
    }
    }

Comments (1)

  1. Log in to comment