Skip to content

Commit

Permalink
Fix cpp lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Jun 27, 2018
1 parent 3f639ce commit 42e48c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/core/CEntryPoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 42e48c7

Please sign in to comment.