mcabber/src/settings.c
changeset 393 f8f3c7493457
parent 378 2e6c7b1440d1
child 521 cc8c969ab6e5
--- a/mcabber/src/settings.c	Thu Aug 04 22:55:10 2005 +0100
+++ b/mcabber/src/settings.c	Thu Aug 04 23:04:54 2005 +0100
@@ -1,6 +1,6 @@
 /*
  * settings.c   -- Configuration stuff
- * 
+ *
  * Copyright (C) 2005 Mikael Berthe <bmikael@lists.lilotux.net>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -50,7 +50,7 @@
 static GSList *settings_find(GSList *list, const gchar *key)
 {
   GSList *ptr;
-  
+
   if (!list) return NULL;
 
   for (ptr = list ; ptr; ptr = g_slist_next(ptr))