diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-03 08:21:53 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-03 08:21:53 -0500 |
commit | 7c79a745d3f5fe35e1564d5f03856dcb3ba45192 (patch) | |
tree | bda4b29e8781085c7d6f8f2beeaaae7a63b906f7 /src/py_value.cc | |
parent | a462b93e30f91eed9f2a4699726cbc60b7d67d9a (diff) | |
download | fork-ledger-7c79a745d3f5fe35e1564d5f03856dcb3ba45192.tar.gz fork-ledger-7c79a745d3f5fe35e1564d5f03856dcb3ba45192.tar.bz2 fork-ledger-7c79a745d3f5fe35e1564d5f03856dcb3ba45192.zip |
Whitespace fix
Diffstat (limited to 'src/py_value.cc')
-rw-r--r-- | src/py_value.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/py_value.cc b/src/py_value.cc index 8adc624f..34ee2d82 100644 --- a/src/py_value.cc +++ b/src/py_value.cc @@ -307,7 +307,7 @@ void export_value() scope().attr("NULL_VALUE") = NULL_VALUE; scope().attr("string_value") = &string_value; - scope().attr("mask_value") = &mask_value; + scope().attr("mask_value") = &mask_value; scope().attr("value_context") = &value_context; register_optional_to_python<value_t>(); |