mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #980] [MERGED] Remove trailing whitespaces #1728
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1728
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/debauchee/barrier/pull/980
Author: @whot
Created: 12/9/2020
Status: ✅ Merged
Merged: 12/9/2020
Merged by: @p12tic
Base:
master← Head:wip/strip-trailing-whitespace📝 Commits (1)
0dbedd3Remove trailing whitespaces📊 Changes
476 files changed (+1541 additions, -1541 deletions)
View changed files
📝
CMakeLists.txt(+2 -2)📝
ext/openssl/windows/x64/include/openssl/opensslconf.h(+1 -1)📝
ext/openssl/windows/x86/include/openssl/opensslconf.h(+1 -1)📝
src/CMakeLists.txt(+2 -2)📝
src/cmd/CMakeLists.txt(+2 -2)📝
src/cmd/barrierc/CMakeLists.txt(+2 -2)📝
src/cmd/barrierc/MSWindowsClientTaskBarReceiver.cpp(+2 -2)📝
src/cmd/barrierc/MSWindowsClientTaskBarReceiver.h(+2 -2)📝
src/cmd/barrierc/OSXClientTaskBarReceiver.cpp(+2 -2)📝
src/cmd/barrierc/OSXClientTaskBarReceiver.h(+2 -2)📝
src/cmd/barrierc/XWindowsClientTaskBarReceiver.cpp(+2 -2)📝
src/cmd/barrierc/XWindowsClientTaskBarReceiver.h(+2 -2)📝
src/cmd/barrierc/barrierc.cpp(+4 -4)📝
src/cmd/barrierc/resource.h(+1 -1)📝
src/cmd/barrierd/barrierd.cpp(+2 -2)📝
src/cmd/barriers/CMakeLists.txt(+2 -2)📝
src/cmd/barriers/MSWindowsServerTaskBarReceiver.cpp(+2 -2)📝
src/cmd/barriers/MSWindowsServerTaskBarReceiver.h(+2 -2)📝
src/cmd/barriers/OSXServerTaskBarReceiver.cpp(+2 -2)📝
src/cmd/barriers/OSXServerTaskBarReceiver.h(+2 -2)...and 80 more files
📄 Description
Many tools strip trailing whitespaces by default, so after editing a file with
whitespace errors we end up with a bunch of unrelated hunks that need to be
reverted locally.
This could be fixed by configuring each tool to not do this (at least for the
barrier repo), or, simpler, we just sed the problem away and make barrier
whitespace-compliant.
sed commands run:
Verified with
git diff --ignore-space-change, this shows the empty diff.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.