mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-08-06 05:19:02 +00:00
Add two newlines at EOF to make the CI happy
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1880,4 +1880,4 @@ namespace std
|
||||
a.swap(b);
|
||||
}
|
||||
|
||||
} // namespace std
|
||||
} // namespace std
|
||||
|
||||
Reference in New Issue
Block a user