From c84baa1201fe310b27df2120d76188ef4d336e00 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 21 May 2011 20:20:07 +0300 Subject: [PATCH] * mu-query.cc, mu-store.cc: cosmetics --- src/mu-query.cc | 6 +++--- src/mu-store.cc | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/mu-query.cc b/src/mu-query.cc index 78c12c8e..4f3212d8 100644 --- a/src/mu-query.cc +++ b/src/mu-query.cc @@ -45,7 +45,7 @@ public: if (!clear_prefix (begin)) return Xapian::BAD_VALUENO; - + substitute_date (begin); substitute_date (end); @@ -58,8 +58,8 @@ public: // have to complete begin, end 'for real', as the // begin date is completed to the begin of the // interval, and the to the end of the interval - // ie. begin: 2008 -> 200801010000 - // end: 2008 -> 200812312359 + // ie. begin: 2008 -> 200801010000 end: 2008 -> + // 200812312359 if (complete_date12(begin,true) > complete_date12(end, false)) std::swap (begin, end); diff --git a/src/mu-store.cc b/src/mu-store.cc index b392f8bf..1ce198d1 100644 --- a/src/mu-store.cc +++ b/src/mu-store.cc @@ -1,3 +1,5 @@ +/* -*-mode: c++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8-*- */ + /* ** Copyright (C) 2008-2011 Dirk-Jan C. Binnema **