cleanup: Use void for zero-parameter functions

Signed-off-by: Genki Sky <sky@genki.is>
This commit is contained in:
Genki Sky 2018-05-30 20:11:57 -04:00 committed by Drew DeVault
parent 41e53d1499
commit d1cf9acbd5
7 changed files with 8 additions and 8 deletions

View file

@ -84,7 +84,7 @@ static void gles2_scissor(struct wlr_renderer *wlr_renderer,
POP_GLES2_DEBUG;
}
static void draw_quad() {
static void draw_quad(void) {
GLfloat verts[] = {
1, 0, // top right
0, 0, // top left