mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
fix indentation
This commit is contained in:
@@ -20,6 +20,8 @@
|
|||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
|
||||||
|
#define GETFILE static_cast<std::FILE*>(filePtr)
|
||||||
|
|
||||||
#ifdef VCMI_WINDOWS
|
#ifdef VCMI_WINDOWS
|
||||||
#ifndef _CRT_SECURE_NO_WARNINGS
|
#ifndef _CRT_SECURE_NO_WARNINGS
|
||||||
#define _CRT_SECURE_NO_WARNINGS
|
#define _CRT_SECURE_NO_WARNINGS
|
||||||
@@ -43,8 +45,6 @@ inline FILE* do_open(const CharType* name, const CharType* mode)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#define GETFILE static_cast<std::FILE*>(filePtr)
|
|
||||||
|
|
||||||
voidpf ZCALLBACK MinizipOpenFunc(voidpf opaque, const void* filename, int mode)
|
voidpf ZCALLBACK MinizipOpenFunc(voidpf opaque, const void* filename, int mode)
|
||||||
{
|
{
|
||||||
const CharType* mode_fopen = [mode]() -> const CharType*
|
const CharType* mode_fopen = [mode]() -> const CharType*
|
||||||
|
Reference in New Issue
Block a user