[Bf-blender-cvs] [0d45074768f] blender2.8: Cleanup: whitespace

Campbell Barton noreply at git.blender.org
Mon Jun 18 08:08:17 CEST 2018


Commit: 0d45074768f6533322a3afa15d93ec53b52a2b83
Author: Campbell Barton
Date:   Mon Jun 18 08:08:08 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB0d45074768f6533322a3afa15d93ec53b52a2b83

Cleanup: whitespace

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

M	extern/audaspace/CMakeLists.txt
M	source/blender/editors/gpencil/gpencil_paint.c

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

diff --git a/extern/audaspace/CMakeLists.txt b/extern/audaspace/CMakeLists.txt
index 9e2921ef35a..de701a16500 100644
--- a/extern/audaspace/CMakeLists.txt
+++ b/extern/audaspace/CMakeLists.txt
@@ -88,7 +88,7 @@ set(SRC
 	src/fx/Volume.cpp
 	src/fx/VolumeReader.cpp
 	src/fx/VolumeSound.cpp
-	src/fx/VolumeStorage.cpp	
+	src/fx/VolumeStorage.cpp
 	src/generator/Sawtooth.cpp
 	src/generator/SawtoothReader.cpp
 	src/generator/Silence.cpp
@@ -729,8 +729,8 @@ set(LIB_DESTINATION "lib${LIB_SUFFIX}")
 # library
 
 add_library(audaspace ${LIBRARY_TYPE} ${SRC} ${HDR})
-target_link_libraries(audaspace ${LIBRARIES})  
-set_target_properties(audaspace PROPERTIES SOVERSION ${AUDASPACE_VERSION})  
+target_link_libraries(audaspace ${LIBRARIES})
+set_target_properties(audaspace PROPERTIES SOVERSION ${AUDASPACE_VERSION})
 
 if(AUDASPACE_STANDALONE)
 	install(TARGETS audaspace
diff --git a/source/blender/editors/gpencil/gpencil_paint.c b/source/blender/editors/gpencil/gpencil_paint.c
index d536721936d..c8f1901d075 100644
--- a/source/blender/editors/gpencil/gpencil_paint.c
+++ b/source/blender/editors/gpencil/gpencil_paint.c
@@ -1617,7 +1617,8 @@ static void gp_session_cleanup(tGPsdata *p)
 	p->inittime = 0.0;
 }
 
-static void gp_session_free(tGPsdata *p) {
+static void gp_session_free(tGPsdata *p)
+{
 	if (p->rng != NULL) {
 		BLI_rng_free(p->rng);
 	}



More information about the Bf-blender-cvs mailing list