]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/DiskIO/Mmapped/MmappedFile.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / DiskIO / Mmapped / MmappedFile.cc
index 8e0084b421d00b70173e674ba397656bff0ce926..b4a70d9359a7c393b6631b015b176cbd7bbd1589 100644 (file)
@@ -46,7 +46,6 @@ private:
     void *buf; ///< buffer returned by mmap, needed for munmap
 };
 
-
 void *
 MmappedFile::operator new(size_t sz)
 {