Fix up clang-formatting a bit
Move some characters around to optimize clang-format output.
This commit is contained in:
committed by
Alex Chernyakhovsky
parent
3acaa1c4d3
commit
05c7aceb1e
+2
-4
@@ -60,10 +60,8 @@ public:
|
||||
|
||||
private:
|
||||
Select()
|
||||
: max_fd( -1 )
|
||||
/* These initializations are not used; they are just
|
||||
here to appease -Weffc++. */
|
||||
,
|
||||
: max_fd( -1 ),
|
||||
/* These initializations are not used; they are just here to appease -Weffc++. */
|
||||
all_fds( dummy_fd_set ), read_fds( dummy_fd_set ), empty_sigset( dummy_sigset ), consecutive_polls( 0 )
|
||||
{
|
||||
FD_ZERO( &all_fds );
|
||||
|
||||
Reference in New Issue
Block a user