* mu-query.cc, mu-store.cc: cosmetics
This commit is contained in:
@ -58,8 +58,8 @@ public:
|
|||||||
// have to complete begin, end 'for real', as the
|
// have to complete begin, end 'for real', as the
|
||||||
// begin date is completed to the begin of the
|
// begin date is completed to the begin of the
|
||||||
// interval, and the to the end of the interval
|
// interval, and the to the end of the interval
|
||||||
// ie. begin: 2008 -> 200801010000
|
// ie. begin: 2008 -> 200801010000 end: 2008 ->
|
||||||
// end: 2008 -> 200812312359
|
// 200812312359
|
||||||
if (complete_date12(begin,true) >
|
if (complete_date12(begin,true) >
|
||||||
complete_date12(end, false))
|
complete_date12(end, false))
|
||||||
std::swap (begin, end);
|
std::swap (begin, end);
|
||||||
|
|||||||
@ -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 <djcb@djcbsoftware.nl>
|
** Copyright (C) 2008-2011 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
|
||||||
**
|
**
|
||||||
|
|||||||
Reference in New Issue
Block a user