[Xfce4-commits] <midori:master> Reindent author and license definitions

Christian Dywan noreply at xfce.org
Sun Apr 4 21:34:04 CEST 2010


Updating branch refs/heads/master
         to 51b1f8740070104f531cb3725de9507010fd1d29 (commit)
       from 82ee513a9664174c2cc143abadb646ebd7de0238 (commit)

commit 51b1f8740070104f531cb3725de9507010fd1d29
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Apr 4 21:32:57 2010 +0200

    Reindent author and license definitions

 midori/midori-browser.c |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index ed1f061..bd055b1 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -4965,18 +4965,18 @@ _action_tab_current_activate (GtkAction*     action,
     gtk_widget_grab_focus (child ? child : view);
 }
 
-static const gchar* credits_authors[] = {
-    "Christian Dywan <christian at twotoasts.de>", NULL };
-static const gchar* credits_documenters[] = {
-    "Christian Dywan <christian at twotoasts.de>", NULL };
-static const gchar* credits_artists[] = {
-    "Nancy Runge <nancy at twotoasts.de>", NULL };
+static const gchar* credits_authors[] =
+    { "Christian Dywan <christian at twotoasts.de>", NULL };
+static const gchar* credits_documenters[] =
+    { "Christian Dywan <christian at twotoasts.de>", NULL };
+static const gchar* credits_artists[] =
+    { "Nancy Runge <nancy at twotoasts.de>", NULL };
 
 static const gchar* license =
- "This library is free software; you can redistribute it and/or\n"
- "modify it under the terms of the GNU Lesser General Public\n"
- "License as published by the Free Software Foundation; either\n"
- "version 2.1 of the License, or (at your option) any later version.\n";
+    "This library is free software; you can redistribute it and/or\n"
+    "modify it under the terms of the GNU Lesser General Public\n"
+    "License as published by the Free Software Foundation; either\n"
+    "version 2.1 of the License, or (at your option) any later version.\n";
 
 static void
 _action_about_activate_link (GtkAboutDialog* about,



More information about the Xfce4-commits mailing list