[Bf-blender-cvs] [a7609598fae] master: Cleanup: clang-format

Brecht Van Lommel noreply at git.blender.org
Tue Aug 27 12:50:25 CEST 2019


Commit: a7609598fae6a2ad9a2ad431660c589ddd29d304
Author: Brecht Van Lommel
Date:   Tue Aug 27 12:18:08 2019 +0200
Branches: master
https://developer.blender.org/rBa7609598fae6a2ad9a2ad431660c589ddd29d304

Cleanup: clang-format

===================================================================

M	source/blender/compositor/operations/COM_DenoiseOperation.cpp

===================================================================

diff --git a/source/blender/compositor/operations/COM_DenoiseOperation.cpp b/source/blender/compositor/operations/COM_DenoiseOperation.cpp
index 39ebc63ed20..233840aa5a8 100644
--- a/source/blender/compositor/operations/COM_DenoiseOperation.cpp
+++ b/source/blender/compositor/operations/COM_DenoiseOperation.cpp
@@ -142,7 +142,8 @@ void DenoiseOperation::generateDenoise(float *data,
 
   filter.commit();
   /* Since it's memory intensive, it's better to run only one instance of OIDN at a time.
-   * OpenImageDenoise is multithreaded internally and should use all available cores nonetheless. */
+   * OpenImageDenoise is multithreaded internally and should use all available cores nonetheless.
+   */
   BLI_mutex_lock(&oidn_lock);
   filter.execute();
   BLI_mutex_unlock(&oidn_lock);



More information about the Bf-blender-cvs mailing list