diff options
Diffstat (limited to 'examples/aspectframe')
-rw-r--r-- | examples/aspectframe/aspectframe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/aspectframe/aspectframe.c b/examples/aspectframe/aspectframe.c index 021673073d..c1201fbbe7 100644 --- a/examples/aspectframe/aspectframe.c +++ b/examples/aspectframe/aspectframe.c @@ -2,8 +2,8 @@ #include <gtk/gtk.h> -int -main (int argc, char *argv[]) +int main( int argc, + char *argv[] ) { GtkWidget *window; GtkWidget *aspect_frame; |