From d92ad056e154a335bf26ff8b414e7291fd367477 Mon Sep 17 00:00:00 2001 From: djcb Date: Mon, 23 Jul 2012 00:56:01 +0300 Subject: [PATCH] * cosmetics --- lib/mu-msg-iter.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/mu-msg-iter.cc b/lib/mu-msg-iter.cc index cb41d627..f6fef8db 100644 --- a/lib/mu-msg-iter.cc +++ b/lib/mu-msg-iter.cc @@ -1,6 +1,6 @@ /* -*- mode: c++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- ** -** Copyright (C) 2008-2011 Dirk-Jan C. Binnema +** Copyright (C) 2008-2012 Dirk-Jan C. Binnema ** ** 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 @@ -240,5 +240,3 @@ mu_msg_iter_get_thread_info (MuMsgIter *iter) } MU_XAPIAN_CATCH_BLOCK_RETURN (NULL); } - -