summaryrefslogtreecommitdiff
path: root/src/python/py_times.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/py_times.cc')
-rw-r--r--src/python/py_times.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/py_times.cc b/src/python/py_times.cc
index f7672dcc..173f21fa 100644
--- a/src/python/py_times.cc
+++ b/src/python/py_times.cc
@@ -56,7 +56,7 @@ struct date_to_python
return PyDate_FromDate(dte.year(), dte.month(), dte.day());
}
};
-
+
struct date_from_python
{
static void* convertible(PyObject* obj_ptr)
@@ -93,7 +93,7 @@ struct datetime_to_python
tod.total_microseconds() % 1000000);
}
};
-
+
struct datetime_from_python
{
static void* convertible(PyObject* obj_ptr)