Skip to content

Commit 780b59e

Browse files
committed
conform to project whitespace
1 parent 0b3cd7e commit 780b59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,7 @@ resize_bitmap(const uint32_t* bmap, int srows, int scols, size_t sstride,
17381738
if(ret == NULL){
17391739
return NULL;
17401740
}
1741-
if (srows == drows && scols == dcols && sstride == dstride) {
1741+
if (srows == drows && scols == dcols && sstride == dstride){
17421742
memcpy(ret, bmap, size);
17431743
return ret;
17441744
}

0 commit comments

Comments
 (0)