Skip to content

Commit

Permalink
doop.c: White space only
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Jul 18, 2021
1 parent d980c7d commit 71cb4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doop.c
Expand Up @@ -759,8 +759,8 @@ Perl_do_vecget(pTHX_ SV *sv, STRLEN offset, int size)
}

if (size < 8) {
bitoffs = ((offset%8)*size)%8;
uoffset = offset/(8/size);
bitoffs = ((offset % 8) * size) % 8;
uoffset = offset / (8 / size);
}
else if (size > 8) {
int n = size/8;
Expand Down

0 comments on commit 71cb4b1

Please sign in to comment.