whitespace fix

This commit is contained in:
John Wiegley 2004-09-23 00:29:17 -04:00
parent 9f8a32ab48
commit ecf8a4b79c

View file

@ -189,7 +189,7 @@ namespace {
}
void py_add_option_handler(const std::string& long_opt,
const std::string& short_opt, object func)
const std::string& short_opt, object func)
{
wrappers.push_back(func_option_wrapper(func));
add_option_handler(options, long_opt, short_opt, wrappers.back());