diff mcabber/src/utils.c @ 393:f8f3c7493457

Whitespace cleanup
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 Aug 2005 23:04:54 +0100
parents 2e6c7b1440d1
children 2f9852610cf4
line wrap: on
line diff
--- a/mcabber/src/utils.c	Thu Aug 04 22:55:10 2005 +0100
+++ b/mcabber/src/utils.c	Thu Aug 04 23:04:54 2005 +0100
@@ -1,6 +1,6 @@
 /*
  * utils.c      -- Various utility functions
- * 
+ *
  * Copyright (C) 2005 Mikael Berthe <bmikael@lists.lilotux.net>
  * ut_* functions are derived from Cabber debug/log code.
  * from_iso8601() comes from the Gaim project.
@@ -76,7 +76,7 @@
 void ut_WriteLog(unsigned int flag, const char *data)
 {
   if (!DebugEnabled || !FName) return;
-  
+
   if (((DebugEnabled == 2) && (flag & (LPRINT_LOG|LPRINT_DEBUG))) ||
       ((DebugEnabled == 1) && (flag & LPRINT_LOG))) {
     FILE *fp = fopen(FName, "a+");