From b3727668168075137f2ded11d7a7821548e4451d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 29 Jun 2018 09:23:51 +0200 Subject: Cleanup: trailing newlines --- source/blender/blenloader/intern/readblenentry.c | 1 - source/blender/blenloader/intern/readfile.h | 1 - source/blender/blenloader/intern/runtime.c | 1 - source/blender/blenloader/intern/versioning_defaults.c | 1 - 4 files changed, 4 deletions(-) (limited to 'source/blender/blenloader/intern') diff --git a/source/blender/blenloader/intern/readblenentry.c b/source/blender/blenloader/intern/readblenentry.c index 4ccdbd9e8e1..7488d62bb3c 100644 --- a/source/blender/blenloader/intern/readblenentry.c +++ b/source/blender/blenloader/intern/readblenentry.c @@ -474,4 +474,3 @@ void BLO_blendfiledata_free(BlendFileData *bfd) MEM_freeN(bfd); } - diff --git a/source/blender/blenloader/intern/readfile.h b/source/blender/blenloader/intern/readfile.h index 1fbca720054..66161d86f02 100644 --- a/source/blender/blenloader/intern/readfile.h +++ b/source/blender/blenloader/intern/readfile.h @@ -175,4 +175,3 @@ void blo_do_versions_270(struct FileData *fd, struct Library *lib, struct Main * void do_versions_after_linking_270(struct Main *bmain); #endif - diff --git a/source/blender/blenloader/intern/runtime.c b/source/blender/blenloader/intern/runtime.c index ec0e8ba4738..985e8169819 100644 --- a/source/blender/blenloader/intern/runtime.c +++ b/source/blender/blenloader/intern/runtime.c @@ -139,4 +139,3 @@ cleanup: return bfd; } - diff --git a/source/blender/blenloader/intern/versioning_defaults.c b/source/blender/blenloader/intern/versioning_defaults.c index 1efbe79077d..558c709d14c 100644 --- a/source/blender/blenloader/intern/versioning_defaults.c +++ b/source/blender/blenloader/intern/versioning_defaults.c @@ -311,4 +311,3 @@ void BLO_update_defaults_startup_blend(Main *bmain) } } } - -- cgit v1.2.3