summaryrefslogtreecommitdiff
path: root/src/times.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/times.h')
-rw-r--r--src/times.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/times.h b/src/times.h
index 1ff08739..fed47ae3 100644
--- a/src/times.h
+++ b/src/times.h
@@ -203,7 +203,7 @@ struct date_duration_t
}
~date_duration_t() throw() {
TRACE_DTOR(date_duration_t);
- }
+ }
date_t add(const date_t& date) const {
switch (quantum) {
@@ -431,7 +431,7 @@ public:
out << "from" << range_begin->to_string();
if (range_end)
out << " to" << range_end->to_string();
-
+
return out.str();
}