[Bf-blender-cvs] [b3727668168] master: Cleanup: trailing newlines

Campbell Barton noreply at git.blender.org
Fri Jun 29 09:24:56 CEST 2018


Commit: b3727668168075137f2ded11d7a7821548e4451d
Author: Campbell Barton
Date:   Fri Jun 29 09:23:51 2018 +0200
Branches: master
https://developer.blender.org/rBb3727668168075137f2ded11d7a7821548e4451d

Cleanup: trailing newlines

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

M	build_files/build_environment/patches/cmake/modules/SelectLibraryConfigurations.cmake
M	extern/rangetree/CMakeLists.txt
M	intern/cycles/CMakeLists.txt
M	intern/cycles/blender/CMakeLists.txt
M	intern/cycles/graph/CMakeLists.txt
M	intern/cycles/kernel/CMakeLists.txt
M	intern/cycles/kernel/osl/CMakeLists.txt
M	intern/cycles/kernel/shaders/CMakeLists.txt
M	intern/dualcon/CMakeLists.txt
M	intern/mikktspace/CMakeLists.txt
M	intern/smoke/CMakeLists.txt
M	source/CMakeLists.txt
M	source/blender/avi/intern/avi_intern.h
M	source/blender/avi/intern/avi_options.c
M	source/blender/blenkernel/BKE_action.h
M	source/blender/blenkernel/BKE_armature.h
M	source/blender/blenkernel/BKE_bmfont.h
M	source/blender/blenkernel/BKE_bmfont_types.h
M	source/blender/blenkernel/BKE_brush.h
M	source/blender/blenkernel/BKE_bullet.h
M	source/blender/blenkernel/BKE_camera.h
M	source/blender/blenkernel/BKE_cdderivedmesh.h
M	source/blender/blenkernel/BKE_cloth.h
M	source/blender/blenkernel/BKE_collision.h
M	source/blender/blenkernel/BKE_constraint.h
M	source/blender/blenkernel/BKE_context.h
M	source/blender/blenkernel/BKE_customdata.h
M	source/blender/blenkernel/BKE_customdata_file.h
M	source/blender/blenkernel/BKE_effect.h
M	source/blender/blenkernel/BKE_fluidsim.h
M	source/blender/blenkernel/BKE_font.h
M	source/blender/blenkernel/BKE_freestyle.h
M	source/blender/blenkernel/BKE_image.h
M	source/blender/blenkernel/BKE_ipo.h
M	source/blender/blenkernel/BKE_modifier.h
M	source/blender/blenkernel/BKE_nla.h
M	source/blender/blenkernel/BKE_packedFile.h
M	source/blender/blenkernel/BKE_report.h
M	source/blender/blenkernel/BKE_sca.h
M	source/blender/blenkernel/BKE_softbody.h
M	source/blender/blenkernel/BKE_texture.h
M	source/blender/blenkernel/BKE_writeavi.h
M	source/blender/blenkernel/BKE_writeffmpeg.h
M	source/blender/blenkernel/BKE_writeframeserver.h
M	source/blender/blenkernel/intern/action.c
M	source/blender/blenkernel/intern/boids.c
M	source/blender/blenkernel/intern/bullet.c
M	source/blender/blenkernel/intern/cloth.c
M	source/blender/blenkernel/intern/context.c
M	source/blender/blenkernel/intern/customdata_file.c
M	source/blender/blenkernel/intern/fcurve.c
M	source/blender/blenkernel/intern/fluidsim.c
M	source/blender/blenkernel/intern/idprop.c
M	source/blender/blenkernel/intern/ipo.c
M	source/blender/blenkernel/intern/lamp.c
M	source/blender/blenkernel/intern/lattice.c
M	source/blender/blenkernel/intern/material.c
M	source/blender/blenkernel/intern/object_deform.c
M	source/blender/blenkernel/intern/sca.c
M	source/blender/blenkernel/intern/softbody.c
M	source/blender/blenloader/BLO_runtime.h
M	source/blender/blenloader/BLO_undofile.h
M	source/blender/blenloader/BLO_writefile.h
M	source/blender/blenloader/intern/readblenentry.c
M	source/blender/blenloader/intern/readfile.h
M	source/blender/blenloader/intern/runtime.c
M	source/blender/blenloader/intern/versioning_defaults.c
M	source/blender/compositor/intern/COM_CPUDevice.cpp
M	source/blender/compositor/intern/COM_Device.cpp
M	source/blender/compositor/intern/COM_MemoryProxy.cpp
M	source/blender/compositor/intern/COM_SocketReader.cpp
M	source/blender/compositor/nodes/COM_CropNode.h
M	source/blender/compositor/nodes/COM_ImageNode.cpp
M	source/blender/compositor/nodes/COM_TranslateNode.cpp
M	source/blender/compositor/operations/COM_AlphaOverMixedOperation.cpp
M	source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.cpp
M	source/blender/compositor/operations/COM_BrightnessOperation.cpp
M	source/blender/compositor/operations/COM_ChangeHSVOperation.cpp
M	source/blender/compositor/operations/COM_ChannelMatteOperation.cpp
M	source/blender/compositor/operations/COM_ChromaMatteOperation.cpp
M	source/blender/compositor/operations/COM_ColorCorrectionOperation.cpp
M	source/blender/compositor/operations/COM_ColorMatteOperation.cpp
M	source/blender/compositor/operations/COM_CompositorOperation.h
M	source/blender/compositor/operations/COM_DifferenceMatteOperation.cpp
M	source/blender/compositor/operations/COM_DisplaceOperation.cpp
M	source/blender/compositor/operations/COM_DisplaceSimpleOperation.cpp
M	source/blender/compositor/operations/COM_DistanceYCCMatteOperation.cpp
M	source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cpp
M	source/blender/compositor/operations/COM_EllipseMaskOperation.cpp
M	source/blender/compositor/operations/COM_FastGaussianBlurOperation.cpp
M	source/blender/compositor/operations/COM_FastGaussianBlurOperation.h
M	source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cpp
M	source/blender/compositor/operations/COM_InpaintOperation.cpp
M	source/blender/compositor/operations/COM_InvertOperation.cpp
M	source/blender/compositor/operations/COM_LuminanceMatteOperation.cpp
M	source/blender/compositor/operations/COM_MapUVOperation.cpp
M	source/blender/compositor/operations/COM_MovieClipAttributeOperation.cpp
M	source/blender/compositor/operations/COM_OutputFileOperation.cpp
M	source/blender/compositor/operations/COM_PixelateOperation.cpp
M	source/blender/compositor/operations/COM_QualityStepHelper.cpp
M	source/blender/compositor/operations/COM_SunBeamsOperation.cpp
M	source/blender/compositor/operations/COM_TranslateOperation.cpp
M	source/blender/imbuf/IMB_thumbs.h
M	source/blender/imbuf/intern/IMB_allocimbuf.h
M	source/blender/imbuf/intern/IMB_filetype.h
M	source/blender/imbuf/intern/IMB_filter.h
M	source/blender/imbuf/intern/cache.c
M	source/blender/imbuf/intern/dds/BlockDXT.cpp
M	source/blender/imbuf/intern/dds/ColorBlock.cpp
M	source/blender/imbuf/intern/dds/DirectDrawSurface.cpp
M	source/blender/imbuf/intern/dds/FlipDXT.cpp
M	source/blender/imbuf/intern/dds/FlipDXT.h
M	source/blender/imbuf/intern/dds/Image.cpp
M	source/blender/imbuf/intern/dds/Stream.cpp
M	source/blender/imbuf/intern/filetype.c
M	source/blender/imbuf/intern/imbuf.h
M	source/blender/imbuf/intern/iris.c
M	source/blender/imbuf/intern/module.c
M	source/blender/imbuf/intern/oiio/openimageio_api.cpp
M	source/blender/imbuf/intern/png.c
M	source/blender/makesdna/DNA_curve_types.h
M	source/blender/makesdna/DNA_effect_types.h
M	source/blender/makesdna/DNA_fileglobal_types.h
M	source/blender/makesdna/DNA_ipo_types.h
M	source/blender/makesdna/DNA_lamp_types.h
M	source/blender/makesdna/DNA_lattice_types.h
M	source/blender/makesdna/DNA_listBase.h
M	source/blender/makesdna/DNA_material_types.h
M	source/blender/makesdna/DNA_nla_types.h
M	source/blender/makesdna/DNA_object_fluidsim_types.h
M	source/blender/makesdna/DNA_object_force_types.h
M	source/blender/makesdna/DNA_object_types.h
M	source/blender/makesdna/DNA_outliner_types.h
M	source/blender/makesdna/DNA_packedFile_types.h
M	source/blender/makesdna/DNA_rigidbody_types.h
M	source/blender/makesdna/DNA_screen_types.h
M	source/blender/makesdna/DNA_sdna_types.h
M	source/blender/makesdna/DNA_speaker_types.h
M	source/blender/makesdna/DNA_texture_types.h
M	source/blender/makesdna/DNA_vec_types.h
M	source/blender/makesdna/DNA_view2d_types.h
M	source/blender/makesdna/DNA_view3d_types.h
M	source/blender/makesdna/DNA_world_types.h
M	source/blender/modifiers/intern/MOD_fluidsim_util.h
M	source/blender/modifiers/intern/MOD_subsurf.c
M	source/gameengine/BlenderRoutines/BL_System.cpp
M	source/gameengine/BlenderRoutines/BL_System.h
M	source/gameengine/BlenderRoutines/KX_BlenderInputDevice.cpp
M	source/gameengine/Converter/BL_ActionActuator.h
M	source/gameengine/Converter/BL_ArmatureActuator.cpp
M	source/gameengine/Converter/BL_BlenderDataConversion.cpp
M	source/gameengine/Converter/BL_DeformableGameObject.cpp
M	source/gameengine/Converter/BL_MeshDeformer.cpp
M	source/gameengine/Converter/BL_MeshDeformer.h
M	source/gameengine/Converter/BL_ShapeDeformer.h
M	source/gameengine/Converter/KX_BlenderScalarInterpolator.cpp
M	source/gameengine/Converter/KX_ConvertActuators.cpp
M	source/gameengine/Converter/KX_ConvertProperties.cpp
M	source/gameengine/Converter/KX_ConvertSensors.cpp
M	source/gameengine/Converter/KX_SoftBodyDeformer.h
M	source/gameengine/Expressions/EXP_InputParser.h
M	source/gameengine/Expressions/EXP_ListValue.h
M	source/gameengine/Expressions/EXP_Operator2Expr.h
M	source/gameengine/Expressions/intern/EmptyValue.cpp
M	source/gameengine/Expressions/intern/Expression.cpp
M	source/gameengine/Expressions/intern/StringValue.cpp
M	source/gameengine/GameLogic/Joystick/SCA_Joystick.h
M	source/gameengine/GameLogic/SCA_AlwaysEventManager.cpp
M	source/gameengine/GameLogic/SCA_BasicEventManager.cpp
M	source/gameengine/GameLogic/SCA_EventManager.h
M	source/gameengine/GameLogic/SCA_IActuator.cpp
M	source/gameengine/GameLogic/SCA_IInputDevice.h
M	source/gameengine/GameLogic/SCA_IScene.cpp
M	source/gameengine/GameLogic/SCA_JoystickManager.h
M	source/gameengine/GameLogic/SCA_KeyboardManager.cpp
M	source/gameengine/GameLogic/SCA_PropertySensor.h
M	source/gameengine/GameLogic/SCA_PythonJoystick.h
M	source/gameengine/GameLogic/SCA_RandomActuator.h
M	source/gameengine/GameLogic/SCA_RandomEventManager.cpp
M	source/gameengine/GameLogic/SCA_RandomNumberGenerator.h
M	source/gameengine/GameLogic/SCA_TimeEventManager.cpp
M	source/gameengine/GamePlayer/common/GPC_Canvas.cpp
M	source/gameengine/GamePlayer/ghost/GPG_System.cpp
M	source/gameengine/Ketsji/BL_Material.cpp
M	source/gameengine/Ketsji/BL_Material.h
M	source/gameengine/Ketsji/BL_Texture.cpp
M	source/gameengine/Ketsji/KXNetwork/KX_NetworkEventManager.cpp
M	source/gameengine/Ketsji/KXNetwork/KX_NetworkObjectActuator.cpp
M	source/gameengine/Ketsji/KXNetwork/KX_NetworkObjectActuator.h
M	source/gameengine/Ketsji/KXNetwork/KX_NetworkObjectSensor.cpp
M	source/gameengine/Ketsji/KXNetwork/KX_NetworkObjectSensor.h
M	source/gameengine/Ketsji/KX_ArmatureSensor.h
M	source/gameengine/Ketsji/KX_Dome.cpp
M	source/gameengine/Ketsji/KX_GameActuator.h
M	source/gameengine/Ketsji/KX_IInterpolator.h
M	source/gameengine/Ketsji/KX_IPOTransform.h
M	source/gameengine/Ketsji/KX_IScalarInterpolator.h
M	source/gameengine/Ketsji/KX_ISystem.h
M	source/gameengine/Ketsji/KX_KetsjiEngine.cpp
M	source/gameengine/Ketsji/KX_MaterialIpoController.cpp
M	source/gameengine/Ketsji/KX_MotionState.cpp
M	source/gameengine/Ketsji/KX_MouseFocusSensor.cpp
M	source/gameengine/Ketsji/KX_OrientationInterpolator.h
M	source/gameengine/Ketsji/KX_PositionInterpolator.h
M	source/gameengine/Ketsji/KX_RayCast.cpp
M	source/gameengine/Ketsji/KX_RayEventManager.cpp
M	source/gameengine/Ketsji/KX_SCA_EndObjectActuator.h
M	source/gameengine/Ketsji/KX_SG_NodeRelationships.cpp
M	source/gameengine/Ketsji/KX_ScalarInterpolator.h
M	source/gameengine/Ketsji/KX_ScalingInterpolator.h
M	source/gameengine/Ketsji/KX_StateActuator.h
M	source/gameengine/Ketsji/KX_SteeringActuator.cpp
M	source/gameengine/Ketsji/KX_TimeCategoryLogger.cpp
M	source/gameengine/Ketsji/KX_TimeLogger.cpp
M	source/gameengine/Ketsji/KX_VisibilityActuator.h
M	source/gameengine/Network/LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp
M	source/gameengine/Network/NG_NetworkScene.cpp
M	source/gameengine/Physics/Bullet/CcdPhysicsController.cpp
M	source/gameengine/Physics/Dummy/DummyPhysicsEnvironment.cpp
M	source/gameengine/Rasterizer/RAS_BucketManager.cpp
M	source/gameengine/Rasterizer/RAS_Deformer.h
M	source/gameengine/Rasterizer/RAS_FramingManager.cpp
M	source/gameengine/Rasterizer/RAS_IPolygonMaterial.cpp
M	source/gameengine/Rasterizer/RAS_MaterialBucket.cpp
M	source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Blur2DFilter.h
M	source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Dilation2DFilter.h
M	source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Laplacian2DFilter.h
M	source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Prewitt2DFilter.h
M	source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Sobel2DFilter.h
M	source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLLight.cpp
M	source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLOffScreen.h
M	source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp
M	source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageVA.cpp
M	source/gameengine/Rasterizer/RAS_Polygon.h
M	source/gameengine/SceneGraph/SG_Node.cpp
M	source/gameengine/SceneGraph/SG_ParentRelation.h
M	source/gameengine/SceneGraph/SG_Spatial.cpp
M	source/gameengine/SceneGraph/SG_Tree.cpp
M	source/gameengine/VideoTexture/FilterBlueScreen.cpp
M	source/gameengine/VideoTexture/FilterColor.cpp
M	source/gameengine/VideoTexture/FilterNormal.cpp
M	source/gameengine/VideoTexture/FilterSource.cpp
M	source/gameengine/VideoTexture/ImageBase.cpp
M	source/gameengine/VideoTexture/ImageBuff.cpp
M	source/gameengine/VideoTexture/ImageBuff.h
M	source/gameengine/VideoTexture/ImageMix.cpp
M	source/gameengine/VideoTexture/ImageMix.h
M	source/gameengine/VideoTexture/ImageRender.cpp
M	source/gameengine/VideoTexture/ImageRender.h
M	source/gameengine/VideoTexture/ImageViewport.h
M	source/gameengine/VideoTexture/VideoDeckLink.cpp
M	source/gameengine/VideoTexture/VideoFFmpeg.cpp

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

diff --git a/build_files/build_environment/patches/cmake/modules/SelectLibraryConfigurations.cmake b/build_files/build_environment/patches/cmake/modules/SelectLibraryConfigurations.cmake
index 796be8db87d..ba8c4fce285 100644
--- a/build_files/build_environment/patches/cmake/modules/SelectLibraryConfigurations.cmake
+++ b/build_files/build_environment/patches/cmake/modules/SelectLibraryConfigurations.cmake
@@ -79,4 +79,3 @@ macro( select_library_configurations basename )
         ${basename}_LIBRARY_DEBUG
     )
 endmacro( select_library_configurations )
-
diff --git a/extern/rangetree/CMakeLists.txt b/extern/rangetree/CMakeLists.txt
index e8e9b15f8b1..77c293e851a 100644
--- a/extern/rangetree/CMakeLists.txt
+++ b/extern/rangetree/CMakeLists.txt
@@ -28,4 +28,3 @@ set(SRC
 )
 
 blender_add_lib(extern_rangetree "${SRC}" "${INC}" "")
-
diff --git a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt
index 233bc639fd8..0740aa51039 100644
--- a/intern/cycles/CMakeLists.txt
+++ b/intern/cycles/CMakeLists.txt
@@ -355,4 +355,3 @@ endif()
 if(NOT WITH_BLENDER AND WITH_CYCLES_STANDALONE)
 	delayed_do_install(${CMAKE_BINARY_DIR}/bin)
 endif()
-
diff --git a/intern/cycles/blender/CMakeLists.txt b/intern/cycles/blender/CMakeLists.txt
index 77c72777aa6..9a26ce86bc9 100644
--- a/intern/cycles/blender/CMakeLists.txt
+++ b/intern/cycles/blender/CMakeLists.txt
@@ -63,4 +63,3 @@ endif()
 add_dependencies(bf_intern_cycles bf_rna)
 
 delayed_install(${CMAKE_CURRENT_SOURCE_DIR} "${ADDON_FILES}" ${CYCLES_INSTALL_PATH})
-
diff --git a/intern/cycles/graph/CMakeLists.txt b/intern/cycles/graph/CMakeLists.txt
index 168ca0210e7..0ce56c2b2e6 100644
--- a/intern/cycles/graph/CMakeLists.txt
+++ b/intern/cycles/graph/CMakeLists.txt
@@ -20,4 +20,3 @@ include_directories(${INC})
 include_directories(SYSTEM ${INC_SYS})
 
 cycles_add_library(cycles_graph ${SRC} ${SRC_HEADERS})
-
diff --git a/intern/cycles/kernel/CMakeLists.txt b/intern/cycles/kernel/CMakeLists.txt
index c2688cd71f7..95cdefdd94b 100644
--- a/intern/cycles/kernel/CMakeLists.txt
+++ b/intern/cycles/kernel/CMakeLists.txt
@@ -520,4 +520,3 @@ delayed_install(${CMAKE_CURRENT_SOURCE_DIR} "${SRC_SVM_HEADERS}" ${CYCLES_INSTAL
 delayed_install(${CMAKE_CURRENT_SOURCE_DIR} "${SRC_GEOM_HEADERS}" ${CYCLES_INSTALL_PATH}/source/kernel/geom)
 delayed_install(${CMAKE_CURRENT_SOURCE_DIR} "${SRC_UTIL_HEADERS}" ${CYCLES_INSTALL_PATH}/source/util)
 delayed_install(${CMAKE_CURRENT_SOURCE_DIR} "${SRC_SPLIT_HEADERS}" ${CYCLES_INSTALL_PATH}/source/kernel/split)
-
diff --git a/intern/cycles/kernel/osl/CMakeLists.txt b/intern/cycles/kernel/osl/CMakeLists.txt
index 159de63a044..adca45c5c76 100644
--- a/intern/cycles/kernel/osl/CMakeLists.txt
+++ b/intern/cycles/kernel/osl/CMakeLists.txt
@@ -31,4 +31,3 @@ include_directories(${INC})
 include_directories(SYSTEM ${INC_SYS})
 
 cycles_add_library(cycles_kernel_osl ${SRC} ${HEADER_SRC})
-
diff --git a/intern/cycles/kernel/shaders/CMakeLists.txt b/intern/cycles/kernel/shaders/CMakeLists.txt
index 40720bc3682..9ee78d160a4 100644
--- a/intern/cycles/kernel/shaders/CMakeLists.txt
+++ b/intern/cycles/kernel/shaders/CMakeLists.txt
@@ -127,4 +127,3 @@ cycles_set_solution_folder(cycles_osl_shaders)
 # CMAKE_CURRENT_SOURCE_DIR is already included in OSO paths
 delayed_install("" "${SRC_OSO}" ${CYCLES_INSTALL_PATH}/shader)
 delayed_install("${CMAKE_CURRENT_SOURCE_DIR}" "${SRC_OSL_HEADERS}" ${CYCLES_INSTALL_PATH}/shader)
-
diff --git a/intern/dualcon/CMakeLists.txt b/intern/dualcon/CMakeLists.txt
index 213379e852e..bd8c2eff504 100644
--- a/intern/dualcon/CMakeLists.txt
+++ b/intern/dualcon/CMakeLists.txt
@@ -46,4 +46,3 @@ set(SRC
 )
 
 blender_add_lib(bf_intern_dualcon "${SRC}" "${INC}" "${INC_SYS}")
-
diff --git a/intern/mikktspace/CMakeLists.txt b/intern/mikktspace/CMakeLists.txt
index 299ec7fe501..a4d02093ee1 100644
--- a/intern/mikktspace/CMakeLists.txt
+++ b/intern/mikktspace/CMakeLists.txt
@@ -45,4 +45,3 @@ set(SRC
 )
 
 blender_add_lib(bf_intern_mikktspace "${SRC}" "${INC}" "${INC_SYS}")
-
diff --git a/intern/smoke/CMakeLists.txt b/intern/smoke/CMakeLists.txt
index 57678ecf2f8..a95d8281974 100644
--- a/intern/smoke/CMakeLists.txt
+++ b/intern/smoke/CMakeLists.txt
@@ -99,4 +99,3 @@ if(WITH_FFTW3)
 endif()
 
 blender_add_lib(bf_intern_smoke "${SRC}" "${INC}" "${INC_SYS}")
-
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt
index c696719e650..1c7801fb59e 100644
--- a/source/CMakeLists.txt
+++ b/source/CMakeLists.txt
@@ -28,4 +28,3 @@ add_subdirectory(blender)
 if(WITH_GAMEENGINE)
 	add_subdirectory(gameengine)
 endif()
-
diff --git a/source/blender/avi/intern/avi_intern.h b/source/blender/avi/intern/avi_intern.h
index b2fec1edfc1..6261b8140be 100644
--- a/source/blender/avi/intern/avi_intern.h
+++ b/source/blender/avi/intern/avi_intern.h
@@ -67,4 +67,3 @@ int avi_get_format_fcc(AviFormat format);
 int avi_get_format_compression(AviFormat format);
 
 #endif
-
diff --git a/source/blender/avi/intern/avi_options.c b/source/blender/avi/intern/avi_options.c
index f6da824a9f7..d59a8a0118a 100644
--- a/source/blender/avi/intern/avi_options.c
+++ b/source/blender/avi/intern/avi_options.c
@@ -129,4 +129,3 @@ AviError AVI_set_compress_option(AviMovie *movie, int option_type, int stream, A
 
 	return AVI_ERROR_NONE;
 }
-
diff --git a/source/blender/blenkernel/BKE_action.h b/source/blender/blenkernel/BKE_action.h
index 90a3e4e6b99..4e6fb89ba89 100644
--- a/source/blender/blenkernel/BKE_action.h
+++ b/source/blender/blenkernel/BKE_action.h
@@ -216,4 +216,3 @@ void BKE_pose_tag_recalc(struct Main *bmain, struct bPose *pose);
 #endif
 
 #endif
-
diff --git a/source/blender/blenkernel/BKE_armature.h b/source/blender/blenkernel/BKE_armature.h
index 0ccb4187732..d0386c8b6ca 100644
--- a/source/blender/blenkernel/BKE_armature.h
+++ b/source/blender/blenkernel/BKE_armature.h
@@ -211,4 +211,3 @@ void BKE_pose_eval_proxy_copy(struct EvaluationContext *eval_ctx,
 #endif
 
 #endif
-
diff --git a/source/blender/blenkernel/BKE_bmfont.h b/source/blender/blenkernel/BKE_bmfont.h
index 64daa311b9a..3be84c83892 100644
--- a/source/blender/blenkernel/BKE_bmfont.h
+++ b/source/blender/blenkernel/BKE_bmfont.h
@@ -59,4 +59,3 @@ void matrixGlyph(struct ImBuf *ibuf, unsigned short unicode,
 #endif
 
 #endif
-
diff --git a/source/blender/blenkernel/BKE_bmfont_types.h b/source/blender/blenkernel/BKE_bmfont_types.h
index a5be0be6997..31513e4b8f1 100644
--- a/source/blender/blenkernel/BKE_bmfont_types.h
+++ b/source/blender/blenkernel/BKE_bmfont_types.h
@@ -56,4 +56,3 @@ typedef struct bmFont {
 } bmFont;
 
 #endif
-
diff --git a/source/blender/blenkernel/BKE_brush.h b/source/blender/blenkernel/BKE_brush.h
index 9f326d97937..eda1c51bbc2 100644
--- a/source/blender/blenkernel/BKE_brush.h
+++ b/source/blender/blenkernel/BKE_brush.h
@@ -121,4 +121,3 @@ void BKE_brush_scale_size(
 void BKE_brush_debug_print_state(struct Brush *br);
 
 #endif
-
diff --git a/source/blender/blenkernel/BKE_bullet.h b/source/blender/blenkernel/BKE_bullet.h
index dc522d1b22c..84fcd20374f 100644
--- a/source/blender/blenkernel/BKE_bullet.h
+++ b/source/blender/blenkernel/BKE_bullet.h
@@ -41,4 +41,3 @@ extern struct BulletSoftBody *bsbNew(void);
 extern void bsbFree(struct BulletSoftBody *sb);
 
 #endif
-
diff --git a/source/blender/blenkernel/BKE_camera.h b/source/blender/blenkernel/BKE_camera.h
index 3695aa4a2e1..8eb8ef22b49 100644
--- a/source/blender/blenkernel/BKE_camera.h
+++ b/source/blender/blenkernel/BKE_camera.h
@@ -152,4 +152,3 @@ bool           BKE_camera_multiview_spherical_stereo(struct RenderData *rd, stru
 #endif
 
 #endif
-
diff --git a/source/blender/blenkernel/BKE_cdderivedmesh.h b/source/blender/blenkernel/BKE_cdderivedmesh.h
index 4876461bfe0..761b679983d 100644
--- a/source/blender/blenkernel/BKE_cdderivedmesh.h
+++ b/source/blender/blenkernel/BKE_cdderivedmesh.h
@@ -174,4 +174,3 @@ void CDDM_set_mloop(struct DerivedMesh *dm, struct MLoop *mloop);
 void CDDM_set_mpoly(struct DerivedMesh *dm, struct MPoly *mpoly);
 
 #endif
-
diff --git a/source/blender/blenkernel/BKE_cloth.h b/source/blender/blenkernel/BKE_cloth.h
index c0d396fd115..6b76ec33c06 100644
--- a/source/blender/blenkernel/BKE_cloth.h
+++ b/source/blender/blenkernel/BKE_cloth.h
@@ -242,4 +242,3 @@ void cloth_parallel_transport_hair_frame(float mat[3][3], const float dir_old[3]
 ////////////////////////////////////////////////
 
 #endif
-
diff --git a/source/blender/blenkernel/BKE_collision.h b/source/blender/blenkernel/BKE_collision.h
index 8fedcd4ab06..98dc7d69c0d 100644
--- a/source/blender/blenkernel/BKE_collision.h
+++ b/source/blender/blenkernel/BKE_collision.h
@@ -168,4 +168,3 @@ void free_collider_cache(struct ListBase **colliders);
 /////////////////////////////////////////////////
 
 #endif
-
diff --git a/source/blender/blenkernel/BKE_constraint.h b/source/blender/blenkernel/BKE_constraint.h
index d22a3becf37..5e7a3f4af72 100644
--- a/source/blender/blenkernel/BKE_constraint.h
+++ b/source/blender/blenkernel/BKE_constraint.h
@@ -156,4 +156,3 @@ void BKE_constraints_solve(struct ListBase *conlist, struct bConstraintOb *cob,
 #endif
 
 #endif
-
diff --git a/source/blender/blenkernel/BKE_context.h b/source/blender/blenkernel/BKE_context.h
index 717e8c86ba3..4db365b7307 100644
--- a/source/blender/blenkernel/BKE_context.h
+++ b/source/blender/blenkernel/BKE_context.h
@@ -306,4 +306,3 @@ int CTX_data_editable_gpencil_strokes(const bContext *C, ListBase *list);
 #endif
 
 #endif
-
diff --git a/source/blender/blenkernel/BKE_customdata.h b/source/blender/blenkernel/BKE_customdata.h
index e178e12df14..95718fa0470 100644
--- a/source/blender/blenkernel/BKE_customdata.h
+++ b/source/blender/blenkernel/BKE_customdata.h
@@ -487,4 +487,3 @@ void CustomData_data_transfer(const struct MeshPairRemap *me_remap, const Custom
 #endif
 
 #endif
-
diff --git a/source/blender/blenkernel/BKE_customdata_file.h b/source/blender/blenkernel/BKE_customdata_file.h
index 242897f968f..d7712c9d6d2 100644
--- a/source/blender/blenkernel/BKE_customdata_file.h
+++ b/source/blender/blenkernel/BKE_customdata_file.h
@@ -58,4 +58,3 @@ CDataFileLayer *cdf_layer_find(CDataFile *cdf, int type, const char *name);
 CDataFileLayer *cdf_layer_add(CDataFile *cdf, int type, const char *name, size_t datasize);
 
 #end

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list