whitespace
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user