TINYGL: formatting code

This commit is contained in:
Pawel Kolodziejski 2014-07-02 07:59:22 +02:00
parent 565f488c58
commit e350350908
5 changed files with 12 additions and 12 deletions

View file

@ -150,7 +150,7 @@ void glopHint(GLContext *, GLParam *) {
// do nothing
}
void glopPolygonOffset(GLContext *c, GLParam *p) {
void glopPolygonOffset(GLContext *c, GLParam *p) {
c->offset_factor = p[1].f;
c->offset_units = p[2].f;
}