]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/DiskIO/AIO/aio_win32.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / DiskIO / AIO / aio_win32.h
index ff6036b5f0702fdf866e6247147538a8f65d998a..5cdd3b8829db354c500bfd7e77d969dbddff157e 100644 (file)
@@ -12,7 +12,7 @@
 #if USE_DISKIO_AIO
 
 #ifndef off64_t
-typedef int64_t        off64_t;
+typedef int64_t off64_t;
 #endif
 
 #if _SQUID_WINDOWS_
@@ -80,3 +80,4 @@ void aio_close(int);
 #endif /* _SQUID_WINDOWS_ */
 #endif /* USE_DISKIO_AIO */
 #endif /* __WIN32_AIO_H__ */
+