formatting
This commit is contained in:
parent
2f84e31e09
commit
806971e56d
1 changed files with 4 additions and 4 deletions
|
@ -353,9 +353,9 @@ void metawriter_json::set_filename(path_expression_ptr fn)
|
|||
fn_ = fn;
|
||||
}
|
||||
|
||||
path_expression_ptr metawriter_json::get_filename() const
|
||||
{
|
||||
path_expression_ptr metawriter_json::get_filename() const
|
||||
{
|
||||
return fn_;
|
||||
}
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue