diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-11-01 20:16:20 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-11-01 20:16:20 +0100 |
commit | 7982c2bd7504bc455d482d18270d993ab766f3a4 (patch) | |
tree | 644c2e0e43882e75cb618937cdc43b8f701ab0a9 /src | |
parent | Remove unused function (diff) | |
download | nheko-7982c2bd7504bc455d482d18270d993ab766f3a4.tar.xz |
Fix trailing whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/ChatPage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ChatPage.h b/src/ChatPage.h index 8229e022..d89457de 100644 --- a/src/ChatPage.h +++ b/src/ChatPage.h @@ -221,4 +221,3 @@ private: // Stores when our windows lost focus. Invalid when our windows have focus. QDateTime lastWindowActive; }; - |