mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-06 23:05:39 +08:00
OCD satisfaction aka fix indentation of code!
This commit is contained in:
@@ -389,7 +389,6 @@ void CLCDproc::clockInt(unsigned int ms)
|
|||||||
// Timeout, we will stop waiting for information
|
// Timeout, we will stop waiting for information
|
||||||
m_timeout.tv_sec = 0;
|
m_timeout.tv_sec = 0;
|
||||||
m_timeout.tv_usec = 0;
|
m_timeout.tv_usec = 0;
|
||||||
//m_timeout.tv_usec = SOCKET_TIMEOUT;
|
|
||||||
|
|
||||||
/* The first parameter is the biggest descriptor + 1. The first one was 0, so
|
/* The first parameter is the biggest descriptor + 1. The first one was 0, so
|
||||||
* every other descriptor will be bigger
|
* every other descriptor will be bigger
|
||||||
|
|||||||
Reference in New Issue
Block a user