diff --git a/.github/workflows/clangformat.yml b/.github/workflows/clangformat.yml index 9076edc2..cf701e2e 100644 --- a/.github/workflows/clangformat.yml +++ b/.github/workflows/clangformat.yml @@ -26,4 +26,4 @@ jobs: if: failure() with: name: git-clang-format.diff - path: git-clang-format.diff \ No newline at end of file + path: git-clang-format.diff diff --git a/.github/workflows/trigger-pages.yml b/.github/workflows/trigger-pages.yml index e0d4b8ed..0f2d3212 100644 --- a/.github/workflows/trigger-pages.yml +++ b/.github/workflows/trigger-pages.yml @@ -17,4 +17,4 @@ jobs: repo: 'irssi.github.io', workflow_id: 'pages.yml', ref: 'main' - }) \ No newline at end of file + }) diff --git a/docs/design.html b/docs/design.html index 3865a7fb..e4f9bb06 100644 --- a/docs/design.html +++ b/docs/design.html @@ -162,4 +162,4 @@ server reconnections and irc network splits
A: Check here
\ No newline at end of file +A: Check here
diff --git a/src/irc/core/scram.h b/src/irc/core/scram.h index ee605142..14068e48 100644 --- a/src/irc/core/scram.h +++ b/src/irc/core/scram.h @@ -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, size_t *output_len); -#endif \ No newline at end of file +#endif