From 8d31aba24e2572bb8d5fe91a486e09b1fa1cc0b6 Mon Sep 17 00:00:00 2001 From: Mikko Mustonen Date: Sat, 29 Sep 2018 15:34:09 +0300 Subject: Fix inconsistent use of tabs and spaces in indentation --- modules/xatlas_unwrap/SCsub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/xatlas_unwrap') diff --git a/modules/xatlas_unwrap/SCsub b/modules/xatlas_unwrap/SCsub index 9272f5692e..ad364d5aaf 100644 --- a/modules/xatlas_unwrap/SCsub +++ b/modules/xatlas_unwrap/SCsub @@ -19,12 +19,12 @@ if env['builtin_xatlas']: # upstream uses c++11 if (not env.msvc): - env_xatlas_unwrap.Append(CXXFLAGS="-std=c++11") + env_xatlas_unwrap.Append(CXXFLAGS="-std=c++11") if env["platform"] == 'x11': # if not specifically one of the *BSD, then use LINUX as default if platform.system() == "FreeBSD": - env_xatlas_unwrap.Append(CCFLAGS=["-DNV_OS_FREEBSD", "-DPOSH_COMPILER_GCC"]) + env_xatlas_unwrap.Append(CCFLAGS=["-DNV_OS_FREEBSD", "-DPOSH_COMPILER_GCC"]) elif platform.system() == "OpenBSD": env_xatlas_unwrap.Append(CCFLAGS=["-DNV_OS_OPENBSD", "-DPOSH_COMPILER_GCC"]) else: -- cgit v1.2.3