aboutsummaryrefslogtreecommitdiffstats
path: root/include/pugl/detail/x11_gl.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-10-21 15:24:45 +0200
committerDavid Robillard <d@drobilla.net>2020-10-21 15:43:29 +0200
commitf88687a95d73a2ac2590b1b9bc59506f7d6b498f (patch)
tree42f66dc264b79cb08ab0568ced9a4b5a948613ba /include/pugl/detail/x11_gl.c
parent77fccc3e39e778a946b8b5711b513d3cb550b8a1 (diff)
downloadpugl-f88687a95d73a2ac2590b1b9bc59506f7d6b498f.tar.gz
pugl-f88687a95d73a2ac2590b1b9bc59506f7d6b498f.tar.bz2
pugl-f88687a95d73a2ac2590b1b9bc59506f7d6b498f.zip
Cleanup: Always put return types on their own line
Diffstat (limited to 'include/pugl/detail/x11_gl.c')
-rw-r--r--include/pugl/detail/x11_gl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pugl/detail/x11_gl.c b/include/pugl/detail/x11_gl.c
index b756355..d89a350 100644
--- a/include/pugl/detail/x11_gl.c
+++ b/include/pugl/detail/x11_gl.c
@@ -225,7 +225,8 @@ puglGetProcAddress(const char* name)
return glXGetProcAddress((const uint8_t*)name);
}
-const PuglBackend* puglGlBackend(void)
+const PuglBackend*
+puglGlBackend(void)
{
static const PuglBackend backend = {puglX11GlConfigure,
puglX11GlCreate,