Skip to content

Commit

Permalink
Add two newlines at EOF to make the CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Mar 24, 2021
1 parent 950e452 commit aee16b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion encoder/basisu_kernels_declares.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion transcoder/basisu_containers.h
Original file line number Diff line number Diff line change
Expand Up @@ -1880,4 +1880,4 @@ namespace std
a.swap(b);
}

} // namespace std
} // namespace std

0 comments on commit aee16b4

Please sign in to comment.