From 22037da7c40a09b7c749ed00fbce9e6ce003ae44 Mon Sep 17 00:00:00 2001 From: rajsite Date: Fri, 25 Jan 2019 11:51:34 -0600 Subject: [PATCH] Clean-up for CPPLint --- source/io/FileIO.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/io/FileIO.cpp b/source/io/FileIO.cpp index 44c16c621..ec6699c6d 100644 --- a/source/io/FileIO.cpp +++ b/source/io/FileIO.cpp @@ -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(); }