diff options
author | Christopher Faylor <me@cgf.cx> | 2013-03-31 12:37:45 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2013-03-31 12:37:45 +0000 |
commit | 4ddb658e37db0dae87366cfa6f29a0604b3dfc7d (patch) | |
tree | fa7305ee1415eacd9a82c74b584a2274f281080d /winsup/cygwin/select.h | |
parent | 8f8eeb70ba7354749c78bc5013eeb12f4c18fba0 (diff) | |
download | cygnal-4ddb658e37db0dae87366cfa6f29a0604b3dfc7d.tar.gz cygnal-4ddb658e37db0dae87366cfa6f29a0604b3dfc7d.tar.bz2 cygnal-4ddb658e37db0dae87366cfa6f29a0604b3dfc7d.zip |
whitespace
Diffstat (limited to 'winsup/cygwin/select.h')
-rw-r--r-- | winsup/cygwin/select.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/select.h b/winsup/cygwin/select.h index 32f74d5ec..9231e2fdc 100644 --- a/winsup/cygwin/select.h +++ b/winsup/cygwin/select.h @@ -1,7 +1,7 @@ /* select.h Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010, 2011, 2012 Red Hat, Inc. + 2007, 2008, 2009, 2010, 2011, 2012, 2013 Red Hat, Inc. This file is part of Cygwin. @@ -59,7 +59,7 @@ struct select_socket_info: public select_info int num_w4; LONG *ser_num; HANDLE *w4; - select_socket_info (): select_info (), num_w4 (0), ser_num (0), w4 (NULL) {} + select_socket_info (): select_info (), num_w4 (0), ser_num (0), w4 (NULL) {} }; struct select_serial_info: public select_info |