diff src/accountopt.c @ 6902:e30bedfb99db

[gaim-migrate @ 7449] Ugly Big Red Line removal. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 21 Sep 2003 18:42:06 +0000
parents e9551e7d6f01
children fa6395637e2c
line wrap: on
line diff
--- a/src/accountopt.c	Sun Sep 21 16:14:50 2003 +0000
+++ b/src/accountopt.c	Sun Sep 21 18:42:06 2003 +0000
@@ -5,7 +5,7 @@
  * gaim
  *
  * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org>
- * 
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -49,7 +49,7 @@
 							 gboolean default_value)
 {
 	GaimAccountOption *option;
-	
+
 	option = gaim_account_option_new(GAIM_PREF_BOOLEAN, text, pref_name);
 
 	if (option == NULL)
@@ -65,7 +65,7 @@
 							int default_value)
 {
 	GaimAccountOption *option;
-	
+
 	option = gaim_account_option_new(GAIM_PREF_INT, text, pref_name);
 
 	if (option == NULL)
@@ -81,7 +81,7 @@
 							   const char *default_value)
 {
 	GaimAccountOption *option;
-	
+
 	option = gaim_account_option_new(GAIM_PREF_STRING, text, pref_name);
 
 	if (option == NULL)