Cleanup: clang format

This commit is contained in:
2021-01-08 11:54:53 +01:00
parent c44a17ec4b
commit c889ec916c
3 changed files with 3 additions and 5 deletions

View File

@@ -246,7 +246,7 @@ Editing *SEQ_editing_ensure(Scene *scene)
ed->seqbasep = &ed->seqbase;
ed->cache = NULL;
ed->cache_flag = SEQ_CACHE_STORE_FINAL_OUT;
ed->cache_flag |= SEQ_CACHE_STORE_RAW ;
ed->cache_flag |= SEQ_CACHE_STORE_RAW;
}
return scene->ed;