diff options
author | Christopher Faylor <me@cgf.cx> | 2002-03-21 05:52:21 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-03-21 05:52:21 +0000 |
commit | e7ac2b2299f7aa6c43e4d6c47ae11b42c37b5f2e (patch) | |
tree | 4a896bae3021b40d1090a0493c170c0b7026a661 /winsup | |
parent | 4728007427394a93f3dcc4f6f42d80eb2d069bb5 (diff) | |
download | cygnal-e7ac2b2299f7aa6c43e4d6c47ae11b42c37b5f2e.tar.gz cygnal-e7ac2b2299f7aa6c43e4d6c47ae11b42c37b5f2e.tar.bz2 cygnal-e7ac2b2299f7aa6c43e4d6c47ae11b42c37b5f2e.zip |
add eol to end
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/poll.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/poll.cc b/winsup/cygwin/poll.cc index 473689ca8..92220f817 100644 --- a/winsup/cygwin/poll.cc +++ b/winsup/cygwin/poll.cc @@ -97,4 +97,4 @@ poll (struct pollfd *fds, unsigned int nfds, int timeout) } return ret; -}
\ No newline at end of file +} |