Whitespace fix

This commit is contained in:
John Wiegley 2009-11-03 08:21:53 -05:00
parent a462b93e30
commit 7c79a745d3

View file

@ -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>();