aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/procfs
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:18:40 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:18:40 +0000
commit586ee69f09c5060621486b34722a4a806581f93d (patch)
treeb9a9c77a109f6c99f8730c43bb85b035543881f8 /sys/fs/procfs
parent50cedfede3d21824ec6023324b3ad41a435e1815 (diff)
downloadsrc-586ee69f09c5060621486b34722a4a806581f93d.tar.gz
src-586ee69f09c5060621486b34722a4a806581f93d.zip
fs: clean up empty lines in .c and .h files
Notes
Notes: svn path=/head/; revision=365070
Diffstat (limited to 'sys/fs/procfs')
-rw-r--r--sys/fs/procfs/procfs.c1
-rw-r--r--sys/fs/procfs/procfs_rlimit.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/sys/fs/procfs/procfs.c b/sys/fs/procfs/procfs.c
index 3aac34c2b8d9..c492533c52bb 100644
--- a/sys/fs/procfs/procfs.c
+++ b/sys/fs/procfs/procfs.c
@@ -100,7 +100,6 @@ procfs_docurproc(PFS_FILL_ARGS)
static int
procfs_attr(PFS_ATTR_ARGS, int mode) {
-
vap->va_mode = mode;
if (p != NULL) {
PROC_LOCK_ASSERT(p, MA_OWNED);
diff --git a/sys/fs/procfs/procfs_rlimit.c b/sys/fs/procfs/procfs_rlimit.c
index 8e16b8939e6c..9a9898225cdb 100644
--- a/sys/fs/procfs/procfs_rlimit.c
+++ b/sys/fs/procfs/procfs_rlimit.c
@@ -61,7 +61,6 @@
#include <fs/pseudofs/pseudofs.h>
#include <fs/procfs/procfs.h>
-
int
procfs_doprocrlimit(PFS_FILL_ARGS)
{
@@ -77,7 +76,6 @@ procfs_doprocrlimit(PFS_FILL_ARGS)
PROC_UNLOCK(p);
for (i = 0; i < RLIM_NLIMITS; i++) {
-
/*
* Add the rlimit ident
*/