From owner-p4-projects@FreeBSD.ORG Fri Oct 5 00:01:38 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id F40B416A47B; Fri, 5 Oct 2007 00:01:37 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CDE416A477 for ; Fri, 5 Oct 2007 00:01:37 +0000 (UTC) (envelope-from cnst@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0FD0C13C4B7 for ; Fri, 5 Oct 2007 00:01:32 +0000 (UTC) (envelope-from cnst@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9501V5k007646 for ; Fri, 5 Oct 2007 00:01:31 GMT (envelope-from cnst@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9501V7k007641 for perforce@freebsd.org; Fri, 5 Oct 2007 00:01:31 GMT (envelope-from cnst@FreeBSD.org) Date: Fri, 5 Oct 2007 00:01:31 GMT Message-Id: <200710050001.l9501V7k007641@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to cnst@FreeBSD.org using -f From: "Constantine A. Murenin" To: Perforce Change Reviews Cc: Subject: PERFORCE change 127202 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 00:01:38 -0000 http://perforce.freebsd.org/chv.cgi?CH=127202 Change 127202 by cnst@dale on 2007/10/05 00:01:08 remove extra space before a tab; noticed when comparing my patch against Hasso Tepper's DragonFly revision of this patch Affected files ... .. //depot/projects/soc2007/cnst-sensors/usr.bin.systat/cmdtab.c#3 edit Differences ... ==== //depot/projects/soc2007/cnst-sensors/usr.bin.systat/cmdtab.c#3 (text+ko) ==== @@ -83,7 +83,7 @@ initifstat, openifstat, closeifstat, cmdifstat, 0, CF_LOADAV }, { "sensors", showsensors, fetchsensors, labelsensors, - initsensors, opensensors, closesensors, 0, + initsensors, opensensors, closesensors, 0, 0, CF_LOADAV }, { NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0 } };