C++: Whitespace fix.
This commit is contained in:
parent
cac58676e9
commit
d4cf45e516
|
@ -229,7 +229,7 @@ shared_ptr<Input> Context::open_file(string filename)
|
||||||
{
|
{
|
||||||
const struct sr_input *input;
|
const struct sr_input *input;
|
||||||
|
|
||||||
check( sr_input_scan_file(filename.c_str(), &input));
|
check(sr_input_scan_file(filename.c_str(), &input));
|
||||||
return shared_ptr<Input>(
|
return shared_ptr<Input>(
|
||||||
new Input(shared_from_this(), input), Input::Deleter());
|
new Input(shared_from_this(), input), Input::Deleter());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue