Skip to content

Commit

Permalink
Fix clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Joonyoung Shim <[email protected]>
  • Loading branch information
dofmind committed Oct 5, 2023
1 parent 00301f8 commit 584c710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libbluechi/common/procfs-util.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "libbluechi/common/common.h"
#include "procfs-util.h"

#define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d))
#define DIV_ROUND_UP(n, d) (((n) + (d) -1) / (d))

static uint64_t calc_gcd64(uint64_t a, uint64_t b) {
while (b > 0) {
Expand Down

0 comments on commit 584c710

Please sign in to comment.