mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-12-02 14:05:43 -05:00
CRLF -> LF
This commit is contained in:
parent
a318ff3d07
commit
85b7438787
5 changed files with 3 additions and 6 deletions
1
blur.c
1
blur.c
|
@ -147,4 +147,3 @@ void blur_impl_horizontal_pass_generic(uint32_t *src, uint32_t *dst, int width,
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
2
blur.h
2
blur.h
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue