From: Jens Axboe Date: Tue, 6 Mar 2012 18:34:22 +0000 (+0100) Subject: server: fix bad win32 indentation X-Git-Tag: fio-2.0.6~22 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=905c78b90f92bab91555313f7b4bd83d18246139;ds=sidebyside server: fix bad win32 indentation Signed-off-by: Jens Axboe --- diff --git a/server.c b/server.c index 4bc5e50e..33f69ef6 100644 --- a/server.c +++ b/server.c @@ -1188,8 +1188,8 @@ int fio_start_server(char *pidfile) int ret; #if defined(WIN32) - WSADATA wsd; - WSAStartup(MAKEWORD(2,2), &wsd); + WSADATA wsd; + WSAStartup(MAKEWORD(2,2), &wsd); #endif if (!pidfile)