]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/DiskIO/Blocking/BlockingFile.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / DiskIO / Blocking / BlockingFile.cc
index 8a48ffe13ff479f62b54ab57a4362de6cb8feb40..5ee6162e030a612b268b4a8ccf19889845c7be92 100644 (file)
@@ -161,7 +161,7 @@ BlockingFile::readDone(int rvfd, const char *buf, int len, int errflag)
     }
 
     if (errflag == DISK_EOF)
-        errflag = DISK_OK;     /* EOF is signalled by len == 0, not errors... */
+        errflag = DISK_OK;  /* EOF is signalled by len == 0, not errors... */
 
     ReadRequest::Pointer result = readRequest;