summaryrefslogtreecommitdiff
path: root/examples/application3/main.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-07-23 19:04:12 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-07-24 07:31:05 -0400
commit99203f09f27a7426cf4879a874432047134d2bba (patch)
tree56fc43306f85f163a83546ee38d14b59633dc4d5 /examples/application3/main.c
parente6c5faed739d69acc9e4ed1be6f1c7908ddd72a1 (diff)
downloadgtk+-99203f09f27a7426cf4879a874432047134d2bba.tar.gz
Getting started: Coding style updates
Make the new examples use GTK+ coding style.
Diffstat (limited to 'examples/application3/main.c')
-rw-r--r--examples/application3/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/application3/main.c b/examples/application3/main.c
index 7c24d8b04e..ccbf16a5fa 100644
--- a/examples/application3/main.c
+++ b/examples/application3/main.c
@@ -4,5 +4,5 @@
int
main (int argc, char *argv[])
{
- return g_application_run (G_APPLICATION (example_app_new ()), argc, argv);
+ return g_application_run (G_APPLICATION (example_app_new ()), argc, argv);
}