[core] code format
This commit is contained in:
parent
e102c9bddc
commit
3440768840
|
@ -54,13 +54,13 @@ bool BitstreamWriterOption::value_to_skip(const size_t& val) const {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool BitstreamWriterOption::trim_path() const { return trim_path_; }
|
bool BitstreamWriterOption::trim_path() const { return trim_path_; }
|
||||||
bool BitstreamWriterOption::output_path() const {
|
bool BitstreamWriterOption::output_path() const {
|
||||||
if (!path_only_ && !value_only_) {
|
if (!path_only_ && !value_only_) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return path_only_;
|
return path_only_;
|
||||||
}
|
}
|
||||||
bool BitstreamWriterOption::output_value() const {
|
bool BitstreamWriterOption::output_value() const {
|
||||||
if (!path_only_ && !value_only_) {
|
if (!path_only_ && !value_only_) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue