Fix up clang-formatting a bit

Move some characters around to optimize clang-format output.
This commit is contained in:
Benjamin Barenblat
2023-08-07 21:40:33 -04:00
committed by Alex Chernyakhovsky
parent 3acaa1c4d3
commit 05c7aceb1e
2 changed files with 5 additions and 7 deletions
+2 -4
View File
@@ -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 );