diff options
author | Christopher Faylor <me@cgf.cx> | 2005-06-10 18:44:26 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-06-10 18:44:26 +0000 |
commit | eb83d8957280f4fbafe7cc770d23e97f8ec4537c (patch) | |
tree | ed973ce683306e8c539ec4fe1e0ccc3017060758 /winsup/cygwin/fhandler_mailslot.cc | |
parent | 5680109cf6c4bb908a0a9fc34558d6485e2c226c (diff) | |
download | cygnal-eb83d8957280f4fbafe7cc770d23e97f8ec4537c.tar.gz cygnal-eb83d8957280f4fbafe7cc770d23e97f8ec4537c.tar.bz2 cygnal-eb83d8957280f4fbafe7cc770d23e97f8ec4537c.zip |
whitespace changes to hopefully force snapshot run.
Diffstat (limited to 'winsup/cygwin/fhandler_mailslot.cc')
-rw-r--r-- | winsup/cygwin/fhandler_mailslot.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_mailslot.cc b/winsup/cygwin/fhandler_mailslot.cc index c29378ae0..cf2106da8 100644 --- a/winsup/cygwin/fhandler_mailslot.cc +++ b/winsup/cygwin/fhandler_mailslot.cc @@ -136,7 +136,7 @@ fhandler_mailslot::write (const void *ptr, size_t len) } int -fhandler_mailslot::ioctl (unsigned int cmd, void *buf) +fhandler_mailslot::ioctl (unsigned int cmd, void *buf) { int res = -1; |