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
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
|
@ -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?
|
||||
|
|
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
|
@ -4,7 +4,7 @@
|
|||
Closes #[issue number]
|
||||
|
||||
## Description
|
||||
-
|
||||
-
|
||||
|
||||
### Screenshots/screencaps
|
||||
<!--
|
||||
|
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
@ -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
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