formatting

This commit is contained in:
Dane Springmeyer 2010-10-05 20:13:03 +00:00
parent 2f84e31e09
commit 806971e56d

View file

@ -353,9 +353,9 @@ void metawriter_json::set_filename(path_expression_ptr fn)
fn_ = fn; fn_ = fn;
} }
path_expression_ptr metawriter_json::get_filename() const path_expression_ptr metawriter_json::get_filename() const
{ {
return fn_; return fn_;
} }
}; };