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

View File

@ -24,7 +24,7 @@ For other kinds of issues, you can remove this section, or add any aditional inf
## Environment
Output of `i3lock --version`:
<pre>
i3lock version:
i3lock version:
</pre>
Where'd you get i3lock-color from?

View File

@ -4,7 +4,7 @@
Closes #[issue number]
## Description
-
-
### Screenshots/screencaps
<!--

View File

@ -48,7 +48,7 @@ jobs:
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

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