Skip to content

Commit

Permalink
Fix format error
Browse files Browse the repository at this point in the history
Signed-off-by: Shivshankar-Reddy <[email protected]>
  • Loading branch information
Shivshankar-Reddy authored and hwware committed Sep 9, 2024
1 parent 94b9a18 commit 464ab69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/t_zset.c
Original file line number Diff line number Diff line change
Expand Up @@ -2529,8 +2529,8 @@ static void zdiff(zsetopsrc *src, long setnum, zset *dstzset, size_t *maxelelen,
}
}

#define DUPLICATE_OPTION_WEIGHTS 1<<1
#define DUPLICATE_OPTION_AGGREGATE 1<<2
#define DUPLICATE_OPTION_WEIGHTS 1 << 1
#define DUPLICATE_OPTION_AGGREGATE 1 << 2

/* The zunionInterDiffGenericCommand() function is called in order to implement the
* following commands: ZUNION, ZINTER, ZDIFF, ZUNIONSTORE, ZINTERSTORE, ZDIFFSTORE,
Expand Down

0 comments on commit 464ab69

Please sign in to comment.