diff options
author | rahulp13 | 2020-07-17 21:03:14 +0530 |
---|---|---|
committer | rahulp13 | 2020-07-17 21:03:14 +0530 |
commit | 30678928c1746176de9923025b012c370fd28e0a (patch) | |
tree | c24529aec611dc1ca6b3732562bc5b3ceb4dca61 /src/outitf.c | |
parent | 915f516628ff87be7b1c4ab41fc075e016ff9e4f (diff) | |
download | nghdl-30678928c1746176de9923025b012c370fd28e0a.tar.gz nghdl-30678928c1746176de9923025b012c370fd28e0a.tar.bz2 nghdl-30678928c1746176de9923025b012c370fd28e0a.zip |
flake8 compliant and visual indent
Diffstat (limited to 'src/outitf.c')
-rw-r--r-- | src/outitf.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/outitf.c b/src/outitf.c index fe60f7a..9b913ae 100644 --- a/src/outitf.c +++ b/src/outitf.c @@ -21,9 +21,9 @@ Modified: 2000 AlansFixes, 2013/2015 patch by Krzysztof Blaszkowski #include "ngspice/ngspice.h" -/*05.June.2020 - BM - Added follwing includes for Windows OS */ +/*05.June.2020 - BM - Added follwing includes for Win OS */ #ifdef _WIN32 - #undef BOOLEAN /* Undefine it due to conflicting definitions in Windows OS */ + #undef BOOLEAN /* Undefine it due to conflicting definitions in Win OS */ #include <ws2tcpip.h> #include <winsock2.h> @@ -211,6 +211,7 @@ static void close_server() #ifdef _WIN32 WSACleanup(); #endif + fclose(fptr); remove(ip_filename); } |