diff --git a/chump-cli/main.cpp b/chump-cli/main.cpp index 1aad770..ef01451 100644 --- a/chump-cli/main.cpp +++ b/chump-cli/main.cpp @@ -99,7 +99,8 @@ struct ChumpArgParser { int main(int argc, const char **argv) { #ifdef _WIN32 // Windows cmd lines (powershell and cmd) need to be set up to handle utf8 - // Set console code page to UTF-8 so console known how to interpret string data + // Set console code page to UTF-8 so console known how to interpret string + // data SetConsoleOutputCP(CP_UTF8); // Enable buffering to prevent VS from chopping up UTF-8 byte sequences diff --git a/chumpinate/Chumpinate.cpp b/chumpinate/Chumpinate.cpp index 0f7eada..3cbc0e5 100644 --- a/chumpinate/Chumpinate.cpp +++ b/chumpinate/Chumpinate.cpp @@ -1155,8 +1155,8 @@ class PackageVersionChumpinate { int compression_level = MZ_COMPRESS_METHOD_STORE; #else int compression_level = MZ_COMPRESS_METHOD_STORE; - // we are not doing any compression right now for consistency with builds - // int compression_level = MZ_COMPRESS_LEVEL_DEFAULT; + // we are not doing any compression right now for consistency with + // builds int compression_level = MZ_COMPRESS_LEVEL_DEFAULT; #endif int zip_status =