diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-11-24 18:32:05 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-11-24 18:32:05 -0500 |
commit | a498d9a9bac007fb2b9b7ab3a960b853818867c2 (patch) | |
tree | 6514981cf4725c213b9fb857dd754c921c29dbee /tests/testappchooser.c | |
parent | f64448473e8d718f35cc1cca04dee90499a2faee (diff) | |
download | gtk+-a498d9a9bac007fb2b9b7ab3a960b853818867c2.tar.gz |
Coding style fixups
This commit adjusts the app chooser code to GTK+ coding style:
- line up prototypes
- remove some excess {}
- remove tabs and trailing whitespace
- add docs
Diffstat (limited to 'tests/testappchooser.c')
-rw-r--r-- | tests/testappchooser.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/testappchooser.c b/tests/testappchooser.c index 9d32909d13..43b7f35e9b 100644 --- a/tests/testappchooser.c +++ b/tests/testappchooser.c @@ -81,8 +81,7 @@ prepare_dialog (void) if (use_file) { - dialog = gtk_app_chooser_dialog_new (GTK_WINDOW (toplevel), - 0, file); + dialog = gtk_app_chooser_dialog_new (GTK_WINDOW (toplevel), 0, file); } else { |