mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #4572] [MERGED] Add missing final newlines #5187
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#5187
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/netblue30/firejail/pull/4572
Author: @a1346054
Created: 9/22/2021
Status: ✅ Merged
Merged: 9/24/2021
Merged by: @netblue30
Base:
master← Head:newline-fix📝 Commits (1)
f927bc9add missing final newlines at end of files📊 Changes
10 files changed (+10 additions, -10 deletions)
View changed files
📝
etc/profile-a-l/balsa.profile(+1 -1)📝
etc/profile-a-l/cola.profile(+1 -1)📝
etc/profile-m-z/microsoft-edge-beta.profile(+1 -1)📝
etc/profile-m-z/straw-viewer.profile(+1 -1)📝
etc/profile-m-z/youtube-viewer.profile(+1 -1)📝
src/fids/fids.h(+1 -1)📝
src/firejail/ids.c(+1 -1)📝
src/jailcheck/jailcheck.h(+1 -1)📝
src/jailcheck/noexec.c(+1 -1)📝
src/tools/profcleaner.c(+1 -1)📄 Description
Split from #4497
Usually it is my editor warning about the missing newlines, but you can also run a command such as:
which will give you a list of files in the repository that don't contain the final newline. You might need to tweak it a bit, since it also reports binary and empty files.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.