]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/fs/rock/RockIoState.h
Maintenance: Removed most NULLs using modernize-use-nullptr (#1075)
[thirdparty/squid.git] / src / fs / rock / RockIoState.h
index e84c766a5e0e96e9debb362fba25f09fda3a3f94..0a5a191248da1c7c894b1cb649b1fd098387dc60 100644 (file)
@@ -40,7 +40,7 @@ public:
     virtual void close(int how);
 
     /// whether we are still waiting for the I/O results (i.e., not closed)
-    bool stillWaiting() const { return theFile != NULL; }
+    bool stillWaiting() const { return theFile != nullptr; }
 
     /// forwards read data (or an error) to the reader that initiated this I/O
     void handleReadCompletion(Rock::ReadRequest &request, const int rlen, const int errFlag);