Cleanup: trailing space

This commit is contained in:
Campbell Barton 2018-08-30 01:05:13 +10:00
parent ddf8c49736
commit 76a9752be2
4 changed files with 7 additions and 9 deletions

@ -189,4 +189,3 @@ ccl_device_inline void print_avxb(const char *label, const avxb &a)
CCL_NAMESPACE_END
//#endif

@ -237,4 +237,3 @@ __forceinline const avxb operator <=(const avxf& a, const avxf& b) {
_mm256_set_m128(_mm_loadu_ps(hiaddr), _mm_loadu_ps(loaddr))
CCL_NAMESPACE_END