From f18465488338826c4b2aa4d1acca51be8ccb97fc Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Tue, 18 Dec 2018 16:55:07 -0500 Subject: [PATCH] fix file ends --- CMakeSettings.json | 2 +- GUI/host/util.cpp | 2 +- deploy.ps1 | 2 +- extensions/copyclipboard.cpp | 2 +- extensions/extranewlines.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeSettings.json b/CMakeSettings.json index 16350fc..dc850c5 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -26,4 +26,4 @@ "inheritEnvironments": [ "msvc_x64" ] } ] -} \ No newline at end of file +} diff --git a/GUI/host/util.cpp b/GUI/host/util.cpp index 4792ab8..a16a9af 100644 --- a/GUI/host/util.cpp +++ b/GUI/host/util.cpp @@ -53,4 +53,4 @@ namespace Util return true | RemoveRepetition(text = end - len); return false; } -} \ No newline at end of file +} diff --git a/deploy.ps1 b/deploy.ps1 index f7b662a..8fc5f4f 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -32,4 +32,4 @@ Compress-Archive -Force -DestinationPath Textractor -Path @( "Regex Filter.dll", "Remove Repetition.dll", "Extensions.txt" -) \ No newline at end of file +) diff --git a/extensions/copyclipboard.cpp b/extensions/copyclipboard.cpp index 4c9d39a..77d817a 100644 --- a/extensions/copyclipboard.cpp +++ b/extensions/copyclipboard.cpp @@ -13,4 +13,4 @@ bool ProcessSentence(std::wstring& sentence, SentenceInfo sentenceInfo) CloseClipboard(); } return false; -} \ No newline at end of file +} diff --git a/extensions/extranewlines.cpp b/extensions/extranewlines.cpp index d0fb344..9ee87df 100644 --- a/extensions/extranewlines.cpp +++ b/extensions/extranewlines.cpp @@ -5,4 +5,4 @@ bool ProcessSentence(std::wstring& sentence, SentenceInfo sentenceInfo) if (sentenceInfo["hook address"] == -1) return false; sentence += L"\r\n"; return true; -} \ No newline at end of file +}