Changeset 5592c56 in mainline


Ignore:
Timestamp:
2020-07-21T22:51:18Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d2100e2
Parents:
c78a03d
Message:

Fix cstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gfxfont/src/glyph_bmp.c

    rc78a03d r5592c56  
    175175                        npixels[(y - nrect.p0.y) * npitch + x - nrect.p0.x] =
    176176                            bmp->pixels[(y - bmp->rect.p0.y) * opitch +
    177                                 x - bmp->rect.p0.x];
     177                            x - bmp->rect.p0.x];
    178178                }
    179179        }
Note: See TracChangeset for help on using the changeset viewer.