mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Ensure all files have newlines at the end
This commit is contained in:
parent
89f3e1acf5
commit
9d0787fc10
2
.github/workflows/clangformat.yml
vendored
2
.github/workflows/clangformat.yml
vendored
@ -26,4 +26,4 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: git-clang-format.diff
|
name: git-clang-format.diff
|
||||||
path: git-clang-format.diff
|
path: git-clang-format.diff
|
||||||
|
2
.github/workflows/trigger-pages.yml
vendored
2
.github/workflows/trigger-pages.yml
vendored
@ -17,4 +17,4 @@ jobs:
|
|||||||
repo: 'irssi.github.io',
|
repo: 'irssi.github.io',
|
||||||
workflow_id: 'pages.yml',
|
workflow_id: 'pages.yml',
|
||||||
ref: 'main'
|
ref: 'main'
|
||||||
})
|
})
|
||||||
|
@ -162,4 +162,4 @@ server reconnections and irc network splits</li>
|
|||||||
<li>placing channels and queries in windows</li>
|
<li>placing channels and queries in windows</li>
|
||||||
<li>nick completion</li>
|
<li>nick completion</li>
|
||||||
<li>printing infomation of some events</li>
|
<li>printing infomation of some events</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -78,4 +78,4 @@
|
|||||||
|
|
||||||
<h3 id="q-how-to-pronounce-irssi">Q: How to pronounce Irssi?</h3>
|
<h3 id="q-how-to-pronounce-irssi">Q: How to pronounce Irssi?</h3>
|
||||||
|
|
||||||
<p>A: Check <a href="/assets/irssi.wav">here</a></p>
|
<p>A: Check <a href="/assets/irssi.wav">here</a></p>
|
||||||
|
@ -24,4 +24,4 @@ void scram_session_free(SCRAM_SESSION_REC *session);
|
|||||||
scram_status scram_process(SCRAM_SESSION_REC *session, const char *input, char **output,
|
scram_status scram_process(SCRAM_SESSION_REC *session, const char *input, char **output,
|
||||||
size_t *output_len);
|
size_t *output_len);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user