summaryrefslogtreecommitdiffstats
path: root/include/display.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-06-03 20:35:50 +0200
committerDave Davenport <qball@gmpclient.org>2017-06-03 20:35:50 +0200
commit9a62bfd17284a424cafd4ce649076127eafc2f5d (patch)
treeb2c89cc4ba6917388aafd2f050f9ec55f723f4db /include/display.h
parent684211aba4353a15436533d5782dc02e00c3f72e (diff)
Run indenter.
Diffstat (limited to 'include/display.h')
-rw-r--r--include/display.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/display.h b/include/display.h
index a6977808..bad1210e 100644
--- a/include/display.h
+++ b/include/display.h
@@ -40,24 +40,24 @@
*
* @returns Whether the setup succeeded or not
*/
-gboolean display_setup(GMainLoop *main_loop, NkBindings *bindings);
+gboolean display_setup ( GMainLoop *main_loop, NkBindings *bindings );
/**
* Do some late setup of the display backend
*
* @returns Whether the setup succeeded or not
*/
-gboolean display_late_setup(void);
+gboolean display_late_setup ( void );
/**
* Do some early cleanup, like unmapping the surface
*/
-void display_early_cleanup(void);
+void display_early_cleanup ( void );
/**
* Cleanup any remaining display related stuff
*/
-void display_cleanup(void);
+void display_cleanup ( void );
/**
* Dumps the display layout for -help output