Skip to content

Commit

Permalink
Clean-up for CPPLint
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Jan 25, 2019
1 parent b0de3da commit 22037da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/io/FileIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,7 @@ VIREO_FUNCTION_SIGNATURE5(SystemLogging_WriteMessageUTF8, StringRef, StringRef,
if (!_Param(4).status) {
jsSystemLogging_WriteMessageUTF8(
_Param(2)->Type(), _ParamPointer(2),
typeRefInt32, _ParamPointer(3)
);
typeRefInt32, _ParamPointer(3));
}
return _NextInstruction();
}
Expand Down

0 comments on commit 22037da

Please sign in to comment.