1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-27 15:00:30 +02:00

replace space with tab

This commit is contained in:
qiukeren 2015-12-22 01:32:42 +08:00
parent 45720943b1
commit 52b9f882f4

View File

@ -26,11 +26,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "config.h"
#if HAVE_ENDIAN_H
#if defined(__MACH__) && defined(__APPLE__)
#include <machine/endian.h>
#else
#include <endian.h>
#endif
#if defined(__MACH__) && defined(__APPLE__)
#include <machine/endian.h>
#else
#include <endian.h>
#endif
#endif
#include <string.h> // for memcpy
#include <iostream>