mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 15:40:19 +02:00
Style nitpicks: space before () in function call.
This commit is contained in:
parent
103dc4d4d2
commit
1f5844000e
7 changed files with 42 additions and 42 deletions
|
@ -108,7 +108,7 @@ scm_i_heap_segment_marked_count (scm_t_heap_segment *seg)
|
|||
|
||||
int count = 0;
|
||||
while (bvec < bvec_end) {
|
||||
count += scm_i_uint_bit_count(*bvec);
|
||||
count += scm_i_uint_bit_count (*bvec);
|
||||
bvec ++;
|
||||
}
|
||||
return count * seg->span;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue