0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-24 16:18:04 +03:00

Code style has been fixed

This commit is contained in:
Arin Alex
2025-11-21 19:14:07 +03:00
parent ad9dfbefbc
commit 62734eb60d
3 changed files with 4 additions and 4 deletions

View File

@@ -80,9 +80,9 @@ int main(int argc, char* argv[])
// QFile out;
// out.open(stdout, QFile::WriteOnly);
// in.open(QIODevice::ReadOnly);
//#ifdef _WIN32
// #ifdef _WIN32
// _setmode(fileno(stdout),O_BINARY);
//#endif
// #endif
// QByteArray buffer = in.readAll();
// fwrite(buffer,1,buffer.size(),stdout);
// in.close();