[epiphany] window-commands: Fix indentation



commit 5bc54480add346376f21c3be9b89008b9f9c4217
Author: Jan-Michael Brummer <jan brummer tabos org>
Date:   Fri Jul 5 19:15:53 2019 +0200

    window-commands: Fix indentation

 src/window-commands.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/window-commands.c b/src/window-commands.c
index e8c4f2d79..357b5480a 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -614,8 +614,9 @@ window_cmd_show_about (GSimpleAction *action,
 #endif
 
   gtk_about_dialog_set_version (dialog, VERSION);
-  gtk_about_dialog_set_copyright (dialog, "Copyright © 2002–2004 Marco Pesenti Gritti\n"
-                                          "Copyright © 2003–2019 The GNOME Web Developers");
+  gtk_about_dialog_set_copyright (dialog,
+                                  "Copyright © 2002–2004 Marco Pesenti Gritti\n"
+                                  "Copyright © 2003–2019 The GNOME Web Developers");
   gtk_about_dialog_set_comments (dialog, comments);
   gtk_about_dialog_set_license_type (dialog, GTK_LICENSE_GPL_3_0);
   gtk_about_dialog_set_website (dialog, "https://wiki.gnome.org/Apps/Web";);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]