aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/util/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/select.h')
-rw-r--r--src/util/select.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/util/select.h b/src/util/select.h
index dc1817b..82022e5 100644
--- a/src/util/select.h
+++ b/src/util/select.h
@@ -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 );