Skip to content

Commit

Permalink
ippair/bit: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jufajardini committed Apr 14, 2021
1 parent 7106edc commit 3f21b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ippair-bit.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static void IPPairBitAdd(IPPair *h, uint32_t idx, uint32_t expire)
GenericVarAppend(&gv, (GenericVar *)fb);
IPPairSetStorageById(h, g_ippair_bit_storage_id, gv);

// bit already set, lets update it's timer
// bit already set, lets update it's timer
} else {
fb->expire = expire;
}
Expand Down

0 comments on commit 3f21b8c

Please sign in to comment.