diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-07-23 19:04:12 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-07-24 07:31:05 -0400 |
commit | 99203f09f27a7426cf4879a874432047134d2bba (patch) | |
tree | 56fc43306f85f163a83546ee38d14b59633dc4d5 /examples/application3/main.c | |
parent | e6c5faed739d69acc9e4ed1be6f1c7908ddd72a1 (diff) | |
download | gtk+-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.c | 2 |
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); } |