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

commit 51b1f8740070104f531cb3725de9507010fd1d29
Author: Christian Dywan <[email protected]>
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 <[email protected]>", NULL };
-static const gchar* credits_documenters[] = {
-    "Christian Dywan <[email protected]>", NULL };
-static const gchar* credits_artists[] = {
-    "Nancy Runge <[email protected]>", NULL };
+static const gchar* credits_authors[] =
+    { "Christian Dywan <[email protected]>", NULL };
+static const gchar* credits_documenters[] =
+    { "Christian Dywan <[email protected]>", NULL };
+static const gchar* credits_artists[] =
+    { "Nancy Runge <[email protected]>", 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,
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to