]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
better text 15016/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 6 Jan 2025 13:53:29 +0000 (14:53 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Jan 2025 13:53:29 +0000 (14:53 +0100)
Co-authored-by: Miod Vallat <miod.vallat@open-xchange.com>
CODING_GUIDELINES.md

index 7dd0671f0f07363563b8104ccb419b21945786aa..e8afa15962add2478a8d25a6e05cb91fcaa831e4 100644 (file)
@@ -611,7 +611,7 @@ Without `auto`, code might still compile but trigger a copy or worse.
 ## Explicit Comparisons
 
 * Compare numerical values with `== 0` or `!= 0` explicitly ;
-* Compare to `nullptr` for the same reason.
+* Compare to `nullptr`, which is easier to read.
 
 ## Initialization