ClangFormat: format '#if 0' code in intern/
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user