From d23ed020abf494a046b499cdce1c0957cd5b4783 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 21 May 2007 20:45:13 +0000 Subject: Whitespace cleanup. --- src/python/py_times.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/python/py_times.cc') 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) -- cgit v1.2.3