whitespace fix
This commit is contained in:
parent
9f8a32ab48
commit
ecf8a4b79c
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ namespace {
|
||||||
}
|
}
|
||||||
|
|
||||||
void py_add_option_handler(const std::string& long_opt,
|
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));
|
wrappers.push_back(func_option_wrapper(func));
|
||||||
add_option_handler(options, long_opt, short_opt, wrappers.back());
|
add_option_handler(options, long_opt, short_opt, wrappers.back());
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue