]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/win32.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / win32.cc
index 1b18c8ed9461d170901307a60f664456f8b39193..6a80b6e92095b4953a6991c0b3f764c63fe906ac 100644 (file)
@@ -49,7 +49,6 @@ SQUIDCEXTERN LPCRITICAL_SECTION dbg_mutex;
 void WIN32_ExceptionHandlerCleanup(void);
 static LPTOP_LEVEL_EXCEPTION_FILTER Win32_Old_ExceptionHandler = NULL;
 
-
 int WIN32_pipe(int handles[2])
 {
     int new_socket;
@@ -195,7 +194,6 @@ LONG CALLBACK WIN32_ExceptionHandler(EXCEPTION_POINTERS* ep)
     return EXCEPTION_CONTINUE_SEARCH;
 }
 
-
 void WIN32_ExceptionHandlerInit()
 {
 #if !defined(_DEBUG)