Skip to content

Commit a722de2

Browse files
committed
Format
Signed-off-by: Salil Chandra <schandra107@bloomberg.net>
1 parent 995d6c5 commit a722de2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bdb/cursor.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7530,7 +7530,8 @@ int bdb_direct_count_int(bdb_state_type *state, int ixnum, int64_t *rcnt, int is
75307530
rc = -1;
75317531
}
75327532

7533-
if (rc == 0) *rcnt = count;
7533+
if (rc == 0)
7534+
*rcnt = count;
75347535
return rc;
75357536
}
75367537

0 commit comments

Comments
 (0)