ClangFormat: format '#if 0' code in intern/

This commit is contained in:
Campbell Barton
2019-04-17 08:16:53 +02:00
parent 3076d95ba4
commit 108045faa0
20 changed files with 121 additions and 71 deletions

View File

@@ -99,7 +99,7 @@ MIKK_INLINE float Length(const SVec3 v)
}
#if 0 // UNUSED
MIKK_INLINE SVec3 Normalize( const SVec3 v )
MIKK_INLINE SVec3 Normalize(const SVec3 v)
{
return vscale(1.0f / Length(v), v);
}