Skip to content

Commit

Permalink
add missing final newlines at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
a1346054 committed Sep 22, 2021
1 parent 3a9f18f commit f927bc9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion etc/profile-a-l/balsa.profile
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ dbus-user.talk org.freedesktop.secrets
dbus-user.talk org.gnome.keyring.SystemPrompter
dbus-system none

read-only ${HOME}/.mozilla/firefox/profiles.ini
read-only ${HOME}/.mozilla/firefox/profiles.ini
2 changes: 1 addition & 1 deletion etc/profile-a-l/cola.profile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ include cola.local
include globals.local

# Redirect
include git-cola.profile
include git-cola.profile
2 changes: 1 addition & 1 deletion etc/profile-m-z/microsoft-edge-beta.profile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ whitelist ${HOME}/.config/microsoft-edge-beta
private-opt microsoft

# Redirect
include chromium-common.profile
include chromium-common.profile
2 changes: 1 addition & 1 deletion etc/profile-m-z/straw-viewer.profile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ whitelist ${HOME}/.config/straw-viewer
private-bin gtk-straw-viewer,straw-viewer

# Redirect
include youtube-viewers-common.profile
include youtube-viewers-common.profile
2 changes: 1 addition & 1 deletion etc/profile-m-z/youtube-viewer.profile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ whitelist ${HOME}/.config/youtube-viewer
private-bin gtk-youtube-viewer,gtk2-youtube-viewer,gtk3-youtube-viewer,youtube-viewer

# Redirect
include youtube-viewers-common.profile
include youtube-viewers-common.profile
2 changes: 1 addition & 1 deletion src/fids/fids.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ int db_exclude_check(const char *fname);
//#define KEY_SIZE 512
int blake2b(void *out, size_t outlen, const void *in, size_t inlen);

#endif
#endif
2 changes: 1 addition & 1 deletion src/firejail/ids.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ void run_ids(int argc, char **argv) {
fprintf(stderr, "Error: unrecognized IDS command\n");

exit(0);
}
}
2 changes: 1 addition & 1 deletion src/jailcheck/jailcheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ char *get_homedir(const char *user, uid_t *uid, gid_t *gid);
int find_child(pid_t pid);
pid_t switch_to_child(pid_t pid);

#endif
#endif
2 changes: 1 addition & 1 deletion src/jailcheck/noexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ void noexec_test(const char *path) {
wait(&status);
int rv = unlink(fname);
(void) rv;
}
}
2 changes: 1 addition & 1 deletion src/tools/profcleaner.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ int main(int argc, char **argv) {
}

return 0;
}
}

0 comments on commit f927bc9

Please sign in to comment.