Commit 8f413845 authored by Mihai Moldovan's avatar Mihai Moldovan Committed by Mike Gabriel

nxcomp/Loop.cpp: tiny whitespace fix. No functional change.

parent 8d9e8f70
......@@ -8120,7 +8120,7 @@ int WriteLocalData(int fd, const char *buffer, int size)
ret = select(fd+1, NULL, &writeSet, NULL, &selectTs);
#ifdef DEBUG
*logofs << "Loop: WriteLocalData: select() returned with a code of " << ret << " and remaining timeout of "
*logofs << "Loop: WriteLocalData: select() returned with a code of " << ret << " and remaining timeout of "
<< selectTs.tv_sec << " sec, " << selectTs.tv_usec << "usec\n" << logofs_flush;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment