Reindent author and license definitions
This commit is contained in:
parent
82ee513a96
commit
51b1f87400
1 changed files with 10 additions and 10 deletions
|
@ -4965,12 +4965,12 @@ _action_tab_current_activate (GtkAction* action,
|
|||
gtk_widget_grab_focus (child ? child : view);
|
||||
}
|
||||
|
||||
static const gchar* credits_authors[] = {
|
||||
"Christian Dywan <christian@twotoasts.de>", NULL };
|
||||
static const gchar* credits_documenters[] = {
|
||||
"Christian Dywan <christian@twotoasts.de>", NULL };
|
||||
static const gchar* credits_artists[] = {
|
||||
"Nancy Runge <nancy@twotoasts.de>", NULL };
|
||||
static const gchar* credits_authors[] =
|
||||
{ "Christian Dywan <christian@twotoasts.de>", NULL };
|
||||
static const gchar* credits_documenters[] =
|
||||
{ "Christian Dywan <christian@twotoasts.de>", NULL };
|
||||
static const gchar* credits_artists[] =
|
||||
{ "Nancy Runge <nancy@twotoasts.de>", NULL };
|
||||
|
||||
static const gchar* license =
|
||||
"This library is free software; you can redistribute it and/or\n"
|
||||
|
|
Loading…
Reference in a new issue