Skip to content

Commit 6898234

Browse files
committed
Remove trailing whitespace
1 parent b1a79e2 commit 6898234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/njs/src/njsConnection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ void Connection::GetBindUnit (Local<Value> val, Bind* bind, bool array,
807807
( bind->maxSize > DPI_MAX_BUFLEN ) )
808808
{
809809
executeBaton->error = NJSMessages::getErrorMsg ( errMaxValueTooLarge,
810-
"maxSize",
810+
"maxSize",
811811
DPI_MAX_BUFLEN, 2 );
812812
goto exitGetBindUnit;
813813
}

0 commit comments

Comments
 (0)