CRLF -> LF

This commit is contained in:
Raymond Li 2021-02-14 15:19:29 -05:00
parent a318ff3d07
commit 85b7438787
No known key found for this signature in database
GPG Key ID: A014EA89B62BBB1B
5 changed files with 3 additions and 6 deletions

1
blur.c
View File

@ -147,4 +147,3 @@ void blur_impl_horizontal_pass_generic(uint32_t *src, uint32_t *dst, int width,
}
}
}

2
blur.h
View File

@ -14,5 +14,3 @@ void blur_impl_horizontal_pass_sse2(uint32_t *src, uint32_t *dst, int width, int
#endif
void blur_impl_horizontal_pass_generic(uint32_t *src, uint32_t *dst, int width, int height);
#endif