Commit fe2e06e7 authored by David Flynn's avatar David Flynn
Browse files

tidy: fix indentation

parent e93cf676
......@@ -349,7 +349,8 @@ struct AttributeParameterSet {
int aps_seq_parameter_set_id;
AttributeEncoding attr_encoding;
bool lodParametersPresent() const {
bool lodParametersPresent() const
{
return attr_encoding == AttributeEncoding::kLiftingTransform
|| attr_encoding == AttributeEncoding::kPredictingTransform;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment