summaryrefslogtreecommitdiff
path: root/examples/tictactoe/ttt_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tictactoe/ttt_test.c')
-rw-r--r--examples/tictactoe/ttt_test.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/tictactoe/ttt_test.c b/examples/tictactoe/ttt_test.c
index 4a08248c7c..82941e8930 100644
--- a/examples/tictactoe/ttt_test.c
+++ b/examples/tictactoe/ttt_test.c
@@ -3,15 +3,15 @@
#include <gtk/gtk.h>
#include "tictactoe.h"
-void
-win (GtkWidget *widget, gpointer data)
+void win( GtkWidget *widget,
+ gpointer data )
{
g_print ("Yay!\n");
tictactoe_clear (TICTACTOE (widget));
}
-int
-main (int argc, char *argv[])
+int main( int argc,
+ char *argv[] )
{
GtkWidget *window;
GtkWidget *ttt;