Add two newlines at EOF to make the CI happy

This commit is contained in:
Arseny Kapoulkine
2021-03-24 09:34:22 -07:00
parent 950e452f7d
commit aee16b4eab
2 changed files with 2 additions and 2 deletions

View File

@@ -22,4 +22,4 @@ void CPPSPMD_NAME(find_selectors_linear_rgb_4_N)(int64_t* pDistance, uint8_t* pS
void CPPSPMD_NAME(find_lowest_error_perceptual_rgb_4_N)(int64_t* pDistance, const basisu::color_rgba* pBlock_colors, const basisu::color_rgba* pSrc_pixels, uint32_t n, int64_t early_out_error);
void CPPSPMD_NAME(find_lowest_error_linear_rgb_4_N)(int64_t* pDistance, const basisu::color_rgba* pBlock_colors, const basisu::color_rgba* pSrc_pixels, uint32_t n, int64_t early_out_error);
#endif
#endif

View File

@@ -1880,4 +1880,4 @@ namespace std
a.swap(b);
}
} // namespace std
} // namespace std