summaryrefslogtreecommitdiff
path: root/src/local_time.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/local_time.cc')
-rw-r--r--src/local_time.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/local_time.cc b/src/local_time.cc
index 09729543..b8feb849 100644
--- a/src/local_time.cc
+++ b/src/local_time.cc
@@ -84,7 +84,7 @@ LocalTime::LocalTime (string s)
{
/* 2013-01-05T18:06:59+04:00 or 2013-01-05T18:06:59.123+04:00 */
/* 0123456789012345678901234 or 01234567890123456789012345678 */
-
+
if (s.length() < 25) {
throw TimeFormatError (s);
}