From 0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 18 Sep 2017 16:28:43 +0200 Subject: regularize format of source file headers, no code changes Signed-off-by: Denys Vlasenko --- procps/mpstat.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'procps/mpstat.c') diff --git a/procps/mpstat.c b/procps/mpstat.c index acaff4dc0..7ead1fa7d 100644 --- a/procps/mpstat.c +++ b/procps/mpstat.c @@ -6,18 +6,17 @@ * * Licensed under GPLv2, see file LICENSE in this source tree. */ - -//applet:IF_MPSTAT(APPLET(mpstat, BB_DIR_BIN, BB_SUID_DROP)) -/* shouldn't be noexec: "mpstat INTERVAL" runs indefinitely */ - -//kbuild:lib-$(CONFIG_MPSTAT) += mpstat.o - //config:config MPSTAT //config: bool "mpstat (10 kb)" //config: default y //config: help //config: Per-processor statistics +//applet:IF_MPSTAT(APPLET(mpstat, BB_DIR_BIN, BB_SUID_DROP)) +/* shouldn't be noexec: "mpstat INTERVAL" runs indefinitely */ + +//kbuild:lib-$(CONFIG_MPSTAT) += mpstat.o + #include "libbb.h" #include /* struct utsname */ -- cgit v1.2.3