From 9d0787fc1063b7bd3313aec90bccf8fccdba05cc Mon Sep 17 00:00:00 2001 From: Doug Freed Date: Tue, 2 Apr 2024 05:23:10 +0000 Subject: [PATCH] Ensure all files have newlines at the end --- .github/workflows/clangformat.yml | 2 +- .github/workflows/trigger-pages.yml | 2 +- docs/design.html | 2 +- docs/faq.html | 2 +- src/irc/core/scram.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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
  • placing channels and queries in windows
  • nick completion
  • printing infomation of some events
  • - \ No newline at end of file + diff --git a/docs/faq.html b/docs/faq.html index 50b404a0..7909b5b4 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -78,4 +78,4 @@

    Q: How to pronounce Irssi?

    -

    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