diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-21 20:45:13 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:39:06 -0400 |
commit | d23ed020abf494a046b499cdce1c0957cd5b4783 (patch) | |
tree | bd9035df62b9ef7cbf77045bb018de8e33270fca /src/python/py_times.cc | |
parent | fdfc37adf948415b6caad55c08e8313abd4e1b1b (diff) | |
download | fork-ledger-d23ed020abf494a046b499cdce1c0957cd5b4783.tar.gz fork-ledger-d23ed020abf494a046b499cdce1c0957cd5b4783.tar.bz2 fork-ledger-d23ed020abf494a046b499cdce1c0957cd5b4783.zip |
Whitespace cleanup.
Diffstat (limited to 'src/python/py_times.cc')
-rw-r--r-- | src/python/py_times.cc | 4 |
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) |