Cleanup: clang-format

This commit is contained in:
2020-11-09 15:46:15 +11:00
parent 39012146e1
commit 8c846cccd6
169 changed files with 5619 additions and 5499 deletions

View File

@@ -83,8 +83,8 @@ void *OutputOpenExrSingleLayerMultiViewOperation::get_handle(const char *filenam
/* prepare the file with all the channels */
if (IMB_exr_begin_write(exrhandle, filename, width, height, this->m_format->exr_codec, nullptr) ==
0) {
if (IMB_exr_begin_write(
exrhandle, filename, width, height, this->m_format->exr_codec, nullptr) == 0) {
printf("Error Writing Singlelayer Multiview Openexr\n");
IMB_exr_close(exrhandle);
}