diff --git a/source/core/CEntryPoints.cpp b/source/core/CEntryPoints.cpp index cb5c8ebe0..d591b1c46 100644 --- a/source/core/CEntryPoints.cpp +++ b/source/core/CEntryPoints.cpp @@ -287,7 +287,7 @@ VIREO_EXPORT EggShellResult EggShell_ResizeArray(TypeManagerRef tm, const TypeRe return kEggShellResult_InvalidTypeRef; } - if(!actualType->IsArray()) { + if (!actualType->IsArray()) { return kEggShellResult_UnexpectedObjectType; }