Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Apr 24, 2012
1 parent 5342bac commit 1b6329d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions include/uv-private/uv-win.h
Expand Up @@ -115,8 +115,7 @@ typedef int (WSAAPI* LPFN_WSARECV)
LPDWORD bytes,
LPDWORD flags,
LPWSAOVERLAPPED overlapped,
LPWSAOVERLAPPED_COMPLETION_ROUTINE
completion_routine);
LPWSAOVERLAPPED_COMPLETION_ROUTINE completion_routine);

typedef int (WSAAPI* LPFN_WSARECVFROM)
(SOCKET socket,
Expand Down
3 changes: 2 additions & 1 deletion src/win/internal.h
Expand Up @@ -281,7 +281,8 @@ void uv_process_work_req(uv_loop_t* loop, uv_work_t* req);
/*
* FS Event
*/
void uv_process_fs_event_req(uv_loop_t* loop, uv_req_t* req, uv_fs_event_t* handle);
void uv_process_fs_event_req(uv_loop_t* loop, uv_req_t* req,
uv_fs_event_t* handle);
void uv_fs_event_close(uv_loop_t* loop, uv_fs_event_t* handle);
void uv_fs_event_endgame(uv_loop_t* loop, uv_fs_event_t* handle);

Expand Down

0 comments on commit 1b6329d

Please sign in to comment.