changeset 426:e4a7235746ec

Indentation fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 31 Dec 2006 21:51:05 +0000
parents fa889b008608
children 2ea3005a4b7f
files src/xs_about.c
diffstat 1 files changed, 15 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_about.c	Sun Dec 31 21:49:01 2006 +0000
+++ b/src/xs_about.c	Sun Dec 31 21:51:05 2006 +0000
@@ -149,20 +149,25 @@
 	gtk_widget_set_usize(about_text, -2, 100);
 	gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL,
 			"\n"
-			"(C) Copyright 1999-2006\n"
+			"(C) Copyright 1999-2007\n"
 			"\tTecnic Software productions (TNSP)\n"
-			"\n" "Programming and design\n" "\tMatti 'ccr' Hämäläinen\n" "\n"
+			"\n"
+			"Programming and design\n"
+			"\tMatti 'ccr' Hämäläinen\n" "\n"
 #ifdef HAVE_SIDPLAY1
-			"libSIDPlay1 created by\n" "\tMichael Schwendt\n" "\n"
+			"libSIDPlay1 created by\n"
+			"\tMichael Schwendt\n" "\n"
 #endif
 #ifdef HAVE_SIDPLAY2
 			"libSIDPlay2 and reSID created by\n"
-			"\tSimon White, Dag Lem,\n" "\tMichael Schwendt and rest.\n" "\n"
+			"\tSimon White, Dag Lem,\n"
+			"\tMichael Schwendt and rest.\n" "\n"
 #endif
 #ifdef HAVE_THEMETUNE
 			"\"Kummatti City\", theme of XMMS-SID 0.8\n"
 			"\tby Ari 'Agemixer' Yliaho\n"
-			"\t(C) Copyright 1998 Scallop\n" "\t(Refer to README for license)\n" "\n"
+			"\t(C) Copyright 1998 Scallop\n"
+			"\t(Refer to README for license)\n" "\n"
 #endif
 			"Original XMMS-SID (v0.4) by\n" "\tWillem Monsuwe\n" "\n", -1);
 
@@ -175,12 +180,15 @@
 			"\tDekadence, PWP, Byterapers,\n"
 			"\tmfx, Unique, Fairlight, iSO,\n"
 			"\tWrath Designs, Padua, Extend,\n"
-			"\tPHn, Creators, Cosine, tAAt,\n" "\tViruz, Crest and Skalaria.\n" "\n", -1);
+			"\tPHn, Creators, Cosine, tAAt,\n"
+			"\tViruz, Crest and Skalaria.\n" "\n", -1);
 
 	gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL,
 			"Special thanks\n"
 			"\tGerfried 'Alfie' Fuchs\n"
-			"\tAndreas 'mrsid' Varga\n" "\tAll the betatesters.\n" "\tAll the users!\n", -1);
+			"\tAndreas 'mrsid' Varga\n"
+			"\tAll the betatesters.\n"
+			"\tAll the users!\n", -1);
 
 	alignment6 = gtk_alignment_new(0.5, 0.5, 0.18, 1);
 	gtk_widget_set_name(alignment6, "alignment6");