1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Remove trailing whitespace from r317061

This commit is contained in:
Ed Maste 2017-04-17 18:57:26 +00:00
parent 83c9dea1ba
commit f0e56c1f62
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=317063
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
#include <machine/atomic.h>
extern struct pcpu __pcpu[];
#define EARLY_COUNTER &__pcpu[0].pc_early_dummy_counter
#define counter_enter() do {} while (0)

View File

@ -434,7 +434,7 @@ linprocfs_dostat(PFS_FILL_ARGS)
(uintmax_t)VM_CNT_FETCH(v_vnodepgsout),
(uintmax_t)VM_CNT_FETCH(v_swappgsin),
(uintmax_t)VM_CNT_FETCH(v_swappgsout),
(uintmax_t)VM_CNT_FETCH(v_intr),
(uintmax_t)VM_CNT_FETCH(v_intr),
(uintmax_t)VM_CNT_FETCH(v_swtch),
(long long)boottime.tv_sec);
return (0);