From af36dd4664ddf35c7ad99f05f9878ce1acf787bd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 29 Jun 2018 08:02:49 +0200 Subject: Cleanup: trailing newlines --- source/blender/blenlib/BLI_boxpack_2d.h | 1 - source/blender/blenlib/BLI_dynlib.h | 1 - source/blender/blenlib/BLI_fileops_types.h | 1 - source/blender/blenlib/BLI_jitter_2d.h | 1 - source/blender/blenlib/BLI_linklist_stack.h | 1 - source/blender/blenlib/BLI_math_color_blend.h | 1 - source/blender/blenlib/BLI_math_geom.h | 1 - source/blender/blenlib/BLI_math_matrix.h | 1 - source/blender/blenlib/BLI_math_rotation.h | 1 - source/blender/blenlib/BLI_math_solvers.h | 1 - source/blender/blenlib/BLI_math_statistics.h | 1 - source/blender/blenlib/BLI_scanfill.h | 1 - source/blender/blenlib/BLI_task.h | 1 - source/blender/blenlib/BLI_threads.h | 1 - source/blender/blenlib/BLI_vfontdata.h | 1 - source/blender/blenlib/BLI_winstuff.h | 1 - source/blender/blenlib/intern/BLI_heap.c | 1 - source/blender/blenlib/intern/dynlib.c | 1 - source/blender/blenlib/intern/fnmatch.c | 2 -- source/blender/blenlib/intern/hash_mm2a.c | 1 - source/blender/blenlib/intern/math_solvers.c | 1 - source/blender/blenlib/intern/threads.c | 1 - 22 files changed, 23 deletions(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/BLI_boxpack_2d.h b/source/blender/blenlib/BLI_boxpack_2d.h index 80e89bdb04f..d3f1109e18b 100644 --- a/source/blender/blenlib/BLI_boxpack_2d.h +++ b/source/blender/blenlib/BLI_boxpack_2d.h @@ -50,4 +50,3 @@ typedef struct BoxPack { void BLI_box_pack_2d(BoxPack *boxarray, const unsigned int len, float *tot_width, float *tot_height); #endif /* __BLI_BOXPACK_2D_H__ */ - diff --git a/source/blender/blenlib/BLI_dynlib.h b/source/blender/blenlib/BLI_dynlib.h index 310db9ea051..747ce75dd72 100644 --- a/source/blender/blenlib/BLI_dynlib.h +++ b/source/blender/blenlib/BLI_dynlib.h @@ -40,4 +40,3 @@ char *BLI_dynlib_get_error_as_string(DynamicLibrary *lib); void BLI_dynlib_close(DynamicLibrary *lib); #endif /* __BLI_DYNLIB_H__ */ - diff --git a/source/blender/blenlib/BLI_fileops_types.h b/source/blender/blenlib/BLI_fileops_types.h index 0ffa3276f1f..06ffc8e5e79 100644 --- a/source/blender/blenlib/BLI_fileops_types.h +++ b/source/blender/blenlib/BLI_fileops_types.h @@ -66,4 +66,3 @@ struct dirlink { }; #endif /* __BLI_FILEOPS_TYPES_H__ */ - diff --git a/source/blender/blenlib/BLI_jitter_2d.h b/source/blender/blenlib/BLI_jitter_2d.h index e2b1f21800c..e79251fba9f 100644 --- a/source/blender/blenlib/BLI_jitter_2d.h +++ b/source/blender/blenlib/BLI_jitter_2d.h @@ -37,4 +37,3 @@ void BLI_jitterate1(float (*jit1)[2], float (*jit2)[2], int num, float radius1); void BLI_jitterate2(float (*jit1)[2], float (*jit2)[2], int num, float radius2); #endif /* __BLI_JITTER_2D_H__ */ - diff --git a/source/blender/blenlib/BLI_linklist_stack.h b/source/blender/blenlib/BLI_linklist_stack.h index fad0b4e7552..b4c6751db52 100644 --- a/source/blender/blenlib/BLI_linklist_stack.h +++ b/source/blender/blenlib/BLI_linklist_stack.h @@ -199,4 +199,3 @@ /** \} */ #endif /* __BLI_LINKLIST_STACK_H__ */ - diff --git a/source/blender/blenlib/BLI_math_color_blend.h b/source/blender/blenlib/BLI_math_color_blend.h index d966676e19e..6ca8cecadbb 100644 --- a/source/blender/blenlib/BLI_math_color_blend.h +++ b/source/blender/blenlib/BLI_math_color_blend.h @@ -106,4 +106,3 @@ MINLINE void blend_color_interpolate_float(float dst[4], const float src1[4], co #endif #endif /* __BLI_MATH_COLOR_BLEND_H__ */ - diff --git a/source/blender/blenlib/BLI_math_geom.h b/source/blender/blenlib/BLI_math_geom.h index 89c2ab00688..b3a95d65752 100644 --- a/source/blender/blenlib/BLI_math_geom.h +++ b/source/blender/blenlib/BLI_math_geom.h @@ -508,4 +508,3 @@ float cubic_tangent_factor_circle_v3(const float tan_l[3], const float tan_r[3]) #endif #endif /* __BLI_MATH_GEOM_H__ */ - diff --git a/source/blender/blenlib/BLI_math_matrix.h b/source/blender/blenlib/BLI_math_matrix.h index 600042602e0..9d418749bd1 100644 --- a/source/blender/blenlib/BLI_math_matrix.h +++ b/source/blender/blenlib/BLI_math_matrix.h @@ -283,4 +283,3 @@ void print_m4(const char *str, float M[4][4]); #endif #endif /* __BLI_MATH_MATRIX_H__ */ - diff --git a/source/blender/blenlib/BLI_math_rotation.h b/source/blender/blenlib/BLI_math_rotation.h index 1f206e5e234..5b1568ab902 100644 --- a/source/blender/blenlib/BLI_math_rotation.h +++ b/source/blender/blenlib/BLI_math_rotation.h @@ -235,4 +235,3 @@ bool mat3_from_axis_conversion_single( #endif #endif /* __BLI_MATH_ROTATION_H__ */ - diff --git a/source/blender/blenlib/BLI_math_solvers.h b/source/blender/blenlib/BLI_math_solvers.h index b0193022837..3c1cb90937d 100644 --- a/source/blender/blenlib/BLI_math_solvers.h +++ b/source/blender/blenlib/BLI_math_solvers.h @@ -69,4 +69,3 @@ bool BLI_tridiagonal_solve_cyclic(const float *a, const float *b, const float *c #endif #endif /* __BLI_MATH_SOLVERS_H__ */ - diff --git a/source/blender/blenlib/BLI_math_statistics.h b/source/blender/blenlib/BLI_math_statistics.h index 484cc30cc46..210d41bcf59 100644 --- a/source/blender/blenlib/BLI_math_statistics.h +++ b/source/blender/blenlib/BLI_math_statistics.h @@ -67,4 +67,3 @@ void BLI_covariance_m3_v3n( #endif #endif /* __BLI_MATH_STATISTICS_H__ */ - diff --git a/source/blender/blenlib/BLI_scanfill.h b/source/blender/blenlib/BLI_scanfill.h index 4fca3fbc3ad..f6b37fa2ec3 100644 --- a/source/blender/blenlib/BLI_scanfill.h +++ b/source/blender/blenlib/BLI_scanfill.h @@ -139,4 +139,3 @@ bool BLI_scanfill_calc_self_isect( #endif #endif - diff --git a/source/blender/blenlib/BLI_task.h b/source/blender/blenlib/BLI_task.h index ad325493309..9194caca007 100644 --- a/source/blender/blenlib/BLI_task.h +++ b/source/blender/blenlib/BLI_task.h @@ -227,4 +227,3 @@ BLI_INLINE void BLI_parallel_range_settings_defaults( #endif #endif - diff --git a/source/blender/blenlib/BLI_threads.h b/source/blender/blenlib/BLI_threads.h index 87a1467e573..81f8445783b 100644 --- a/source/blender/blenlib/BLI_threads.h +++ b/source/blender/blenlib/BLI_threads.h @@ -209,4 +209,3 @@ void BLI_thread_queue_nowait(ThreadQueue *queue); #endif #endif - diff --git a/source/blender/blenlib/BLI_vfontdata.h b/source/blender/blenlib/BLI_vfontdata.h index 16fdfa8a468..1cc1ef17486 100644 --- a/source/blender/blenlib/BLI_vfontdata.h +++ b/source/blender/blenlib/BLI_vfontdata.h @@ -58,4 +58,3 @@ VChar *BLI_vfontchar_from_freetypefont(struct VFont *vfont, unsigned long charac VChar *BLI_vfontchar_copy(const VChar *vchar_src, const int flag); #endif - diff --git a/source/blender/blenlib/BLI_winstuff.h b/source/blender/blenlib/BLI_winstuff.h index 8cca19ea0bb..cf29a8652df 100644 --- a/source/blender/blenlib/BLI_winstuff.h +++ b/source/blender/blenlib/BLI_winstuff.h @@ -138,4 +138,3 @@ int BLI_getInstallationDir(char *str); #endif #endif /* __BLI_WINSTUFF_H__ */ - diff --git a/source/blender/blenlib/intern/BLI_heap.c b/source/blender/blenlib/intern/BLI_heap.c index 0c71e75e40f..5658c1fd103 100644 --- a/source/blender/blenlib/intern/BLI_heap.c +++ b/source/blender/blenlib/intern/BLI_heap.c @@ -418,4 +418,3 @@ bool BLI_heap_is_valid(const Heap *heap) } /** \} */ - diff --git a/source/blender/blenlib/intern/dynlib.c b/source/blender/blenlib/intern/dynlib.c index 36e849cda40..33ba18ec409 100644 --- a/source/blender/blenlib/intern/dynlib.c +++ b/source/blender/blenlib/intern/dynlib.c @@ -138,4 +138,3 @@ void BLI_dynlib_close(DynamicLibrary *lib) } #endif - diff --git a/source/blender/blenlib/intern/fnmatch.c b/source/blender/blenlib/intern/fnmatch.c index 60e898a3f19..36c1ef394a2 100644 --- a/source/blender/blenlib/intern/fnmatch.c +++ b/source/blender/blenlib/intern/fnmatch.c @@ -242,5 +242,3 @@ fnmatch (const char *pattern, const char *string, int flags) /* intentionally empty for UNIX */ #endif /* WIN32 */ - - diff --git a/source/blender/blenlib/intern/hash_mm2a.c b/source/blender/blenlib/intern/hash_mm2a.c index e8ca9244f25..6fd227232ed 100644 --- a/source/blender/blenlib/intern/hash_mm2a.c +++ b/source/blender/blenlib/intern/hash_mm2a.c @@ -144,4 +144,3 @@ uint32_t BLI_hash_mm2(const unsigned char *data, size_t len, uint32_t seed) return h; } - diff --git a/source/blender/blenlib/intern/math_solvers.c b/source/blender/blenlib/intern/math_solvers.c index b8a22900ba1..e3174d8340a 100644 --- a/source/blender/blenlib/intern/math_solvers.c +++ b/source/blender/blenlib/intern/math_solvers.c @@ -179,4 +179,3 @@ bool BLI_tridiagonal_solve_cyclic(const float *a, const float *b, const float *c return success; } - diff --git a/source/blender/blenlib/intern/threads.c b/source/blender/blenlib/intern/threads.c index d1af0551062..862ce391109 100644 --- a/source/blender/blenlib/intern/threads.c +++ b/source/blender/blenlib/intern/threads.c @@ -840,4 +840,3 @@ void BLI_threaded_malloc_end(void) MEM_set_lock_callback(NULL, NULL); } } - -- cgit v1.2.3