# HG changeset patch # User Mikael Berthe # Date 1123193666 -3600 # Node ID 3e4f2f98c0bfebdd80557499323b378de4d1ad1c # Parent 4617d0f029eab97eb72168a0b1442732375ae6ee Whitespace cleanup (histolog.c) diff -r 4617d0f029ea -r 3e4f2f98c0bf mcabber/src/histolog.c --- 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 * * 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)))) {