From 51b1f8740070104f531cb3725de9507010fd1d29 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 4 Apr 2010 21:32:57 +0200 Subject: [PATCH] Reindent author and license definitions --- midori/midori-browser.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index ed1f061c..bd055b1b 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 ", NULL }; -static const gchar* credits_documenters[] = { - "Christian Dywan ", NULL }; -static const gchar* credits_artists[] = { - "Nancy Runge ", NULL }; +static const gchar* credits_authors[] = + { "Christian Dywan ", NULL }; +static const gchar* credits_documenters[] = + { "Christian Dywan ", NULL }; +static const gchar* credits_artists[] = + { "Nancy Runge ", 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, -- 2.39.5