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/BLO_runtime.h | 1 - source/blender/blenloader/BLO_undofile.h | 1 - source/blender/blenloader/BLO_writefile.h | 1 - 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 - 7 files changed, 7 deletions(-) (limited to 'source/blender/blenloader') diff --git a/source/blender/blenloader/BLO_runtime.h b/source/blender/blenloader/BLO_runtime.h index 2c3947c9dda..09f25bdca53 100644 --- a/source/blender/blenloader/BLO_runtime.h +++ b/source/blender/blenloader/BLO_runtime.h @@ -51,4 +51,3 @@ bool BLO_main_validate_libraries(struct Main *bmain, struct ReportList *reports) #endif #endif /* __BLO_RUNTIME_H__ */ - diff --git a/source/blender/blenloader/BLO_undofile.h b/source/blender/blenloader/BLO_undofile.h index c407ea31b9b..59df361c7c1 100644 --- a/source/blender/blenloader/BLO_undofile.h +++ b/source/blender/blenloader/BLO_undofile.h @@ -69,4 +69,3 @@ extern struct Main *BLO_memfile_main_get(struct MemFile *memfile, struct Main *b extern bool BLO_memfile_write_file(struct MemFile *memfile, const char *filename); #endif /* __BLO_UNDOFILE_H__ */ - diff --git a/source/blender/blenloader/BLO_writefile.h b/source/blender/blenloader/BLO_writefile.h index af3bc2dbdcd..f6d0be6f5f0 100644 --- a/source/blender/blenloader/BLO_writefile.h +++ b/source/blender/blenloader/BLO_writefile.h @@ -45,4 +45,3 @@ extern bool BLO_write_file_mem( struct Main *mainvar, struct MemFile *compare, struct MemFile *current, int write_flags); #endif - 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