summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs_rlimit.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-12-07 17:40:00 +0000
committerdes <des@FreeBSD.org>2003-12-07 17:40:00 +0000
commit0864edfb363abcb91a441a52e655e2bfbd843979 (patch)
tree2af3ec489693a758cdf6ac84e5ed0aa5117a5e28 /sys/fs/procfs/procfs_rlimit.c
parent98e94a9c109c9c441eee4e236a0116b1197ddc19 (diff)
downloadFreeBSD-src-0864edfb363abcb91a441a52e655e2bfbd843979.zip
FreeBSD-src-0864edfb363abcb91a441a52e655e2bfbd843979.tar.gz
Minor whitespace and style issues.
Diffstat (limited to 'sys/fs/procfs/procfs_rlimit.c')
-rw-r--r--sys/fs/procfs/procfs_rlimit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/fs/procfs/procfs_rlimit.c b/sys/fs/procfs/procfs_rlimit.c
index aecfb07..396c079 100644
--- a/sys/fs/procfs/procfs_rlimit.c
+++ b/sys/fs/procfs/procfs_rlimit.c
@@ -69,7 +69,7 @@ procfs_doprocrlimit(PFS_FILL_ARGS)
sbuf_printf(sb, "%s ", rlimit_ident[i]);
- /*
+ /*
* Replace RLIM_INFINITY with -1 in the string
*/
@@ -98,4 +98,3 @@ procfs_doprocrlimit(PFS_FILL_ARGS)
return (0);
}
-
OpenPOWER on IntegriCloud