]> git.lizzy.rs Git - dragonstd.git/blobdiff - bits/wrappers.h
Merge branch 'main' of https://github.com/dragonblocks/dragonstd
[dragonstd.git] / bits / wrappers.h
index 652becbc7f1178bc80bdb533a5d394c131c37c32..9169053e0366ab6475e8a2ca6471d36a2408ab79 100644 (file)
@@ -14,7 +14,7 @@
        { \
                Type ## Node **node = prefix ## nfd(self, key, cmp); \
  \
-               if (! *node) \
+               if (!*node) \
                        return NULL; \
  \
                return trans ? trans((*node)->dat) : (*node)->dat; \
@@ -24,7 +24,7 @@
        { \
                Type ## Node **node = prefix ## nfd(self, key, cmp); \
  \
-               if (! *node) \
+               if (!*node) \
                        return false; \
  \
                if (call) \