Skip to content
Snippets Groups Projects
Commit 39e29aa0 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

cosmetics: Fix indentation

parent f4dd6465
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ static int sap_write_header(AVFormatContext *s)
pos += strlen(&sap->ann[pos]) + 1;
if (av_sdp_create(contexts, s->nb_streams, &sap->ann[pos],
sap->ann_size - pos)) {
sap->ann_size - pos)) {
ret = AVERROR_INVALIDDATA;
goto fail;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment