Skip to content

Commit 9e0feda

Browse files
Fixed spacing error.
1 parent a5eb05a commit 9e0feda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntelPresentMon/PresentMonService/NamedPipeServer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ DWORD NamedPipeServer::Pipe::CreatePipeInstance(LPCTSTR pipe_name, int max_pipes
425425
util::str::ToNarrow(pipe_name) <<
426426
"] Error: " <<
427427
error << std::endl;
428-
return error;
428+
return error;
429429
}
430430
mPipeInstance.reset(tempPipeInstance);
431431
return ERROR_SUCCESS;

0 commit comments

Comments
 (0)