Skip to content

Commit

Permalink
Fix clang-format errors
Browse files Browse the repository at this point in the history
Signed-off-by: Ping Xie <pingxie@google.com>
  • Loading branch information
PingXie committed Jul 5, 2024
1 parent 8230cb6 commit d042af5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dict.c
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ void dictTwoPhaseUnlinkFree(dict *d, dictEntry *he, dictEntry **plink, int table
_dictEntryNoValue *_de = decodeEntryNoValue(e); \
_de->key = k; \
} else { \
assert(0); \
assert(0); \
} \
}

Expand All @@ -891,7 +891,7 @@ void dictTwoPhaseUnlinkFree(dict *d, dictEntry *he, dictEntry **plink, int table
_dictEntryEmbedded *_de = decodeEntryEmbedded(e); \
_de->f = v; \
} else { \
assert(0); \
assert(0); \
} \
}

Expand All @@ -904,7 +904,7 @@ void dictTwoPhaseUnlinkFree(dict *d, dictEntry *he, dictEntry **plink, int table
_dictEntryEmbedded *_de = decodeEntryEmbedded(e); \
_de->f += v; \
} else { \
assert(0); \
assert(0); \
} \
}

Expand Down

0 comments on commit d042af5

Please sign in to comment.