changeset 395:3e4f2f98c0bf

Whitespace cleanup (histolog.c)
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 Aug 2005 23:14:26 +0100
parents 4617d0f029ea
children 7f5135836b56
files mcabber/src/histolog.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/histolog.c	Thu Aug 04 23:11:14 2005 +0100
+++ b/mcabber/src/histolog.c	Thu Aug 04 23:14:26 2005 +0100
@@ -1,6 +1,6 @@
 /*
  * histolog.c     -- File history handling
- * 
+ *
  * Copyright (C) 2005 Mikael Berthe <bmikael@lists.lilotux.net>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -161,7 +161,7 @@
     type = data[0];
     info = data[1];
 
-    if ((type != 'M' && type != 'S') || 
+    if ((type != 'M' && type != 'S') ||
         ((data[11] != 'T') || (data[20] != 'Z') ||
          (data[21] != ' ') || (data[25] != ' '))) {
       if (!err) {
@@ -175,7 +175,7 @@
     data[21] = data[25] = 0;
     timestamp = from_iso8601(&data[3], 1);
     len = (guint) atoi(&data[22]);
-    
+
     // Some checks
     if (((type == 'M') && (info != 'S' && info != 'R')) ||
         ((type == 'I') && (!strchr("OAIFDN", info)))) {