From bb88c7af8157fa3292398cf8b31d74b59f46373a Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 9 Jan 2017 13:11:42 +0100 Subject: Cleanup: Indentation --- intern/smoke/intern/VEC3.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'intern/smoke') diff --git a/intern/smoke/intern/VEC3.h b/intern/smoke/intern/VEC3.h index dafe5e52dbd..74f6e52a737 100644 --- a/intern/smoke/intern/VEC3.h +++ b/intern/smoke/intern/VEC3.h @@ -943,14 +943,14 @@ operator<<( std::ostream& os, const BasicVector::Vector3Dim& i ) { #if 0 char buf[256]; -#if _WIN32 - sprintf(buf,globVecFormatStr, (double)i[0],(double)i[1],(double)i[2]); -#else - snprintf(buf,256,globVecFormatStr, (double)i[0],(double)i[1],(double)i[2]); -#endif +# if _WIN32 + sprintf(buf,globVecFormatStr, (double)i[0],(double)i[1],(double)i[2]); +# else + snprintf(buf,256,globVecFormatStr, (double)i[0],(double)i[1],(double)i[2]); +# endif os << std::string(buf); #endif - return os; + return os; } -- cgit v1.2.3