]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/Kids.cc
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / ipc / Kids.cc
index 725bead57cb41fa583b33bf25d17ac19b9d8a009..0479467903120c4f73f218ebd099ab8ea833ecc4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -53,7 +53,7 @@ Kid* Kids::find(pid_t pid)
         if (storage[i].getPid() == pid)
             return &storage[i];
     }
-    return NULL;
+    return nullptr;
 }
 
 /// returns the kid by index, useful for kids iteration