From ebe6d9d8758d36e03cf39b6587597c67ab778436 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 5 Oct 2017 14:40:24 +0200 Subject: whitespace and comment format fixes, no code changes Signed-off-by: Denys Vlasenko --- miscutils/time.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'miscutils/time.c') diff --git a/miscutils/time.c b/miscutils/time.c index 65dbcdcf3..f4f8149d3 100644 --- a/miscutils/time.c +++ b/miscutils/time.c @@ -1,13 +1,14 @@ /* vi: set sw=4 ts=4: */ -/* 'time' utility to display resource usage of processes. - Copyright (C) 1990, 91, 92, 93, 96 Free Software Foundation, Inc. - - Licensed under GPLv2, see file LICENSE in this source tree. -*/ +/* + * 'time' utility to display resource usage of processes. + * Copyright (C) 1990, 91, 92, 93, 96 Free Software Foundation, Inc. + * + * Licensed under GPLv2, see file LICENSE in this source tree. + */ /* Originally written by David Keppel . - Heavily modified by David MacKenzie . - Heavily modified for busybox by Erik Andersen -*/ + * Heavily modified by David MacKenzie . + * Heavily modified for busybox by Erik Andersen + */ //config:config TIME //config: bool "time (7 kb)" //config: default y -- cgit v1.2.3