From owner-svn-src-all@FreeBSD.ORG Sat May 9 02:40:05 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EF59BC7; Sat, 9 May 2015 02:40:05 +0000 (UTC) Received: from mail-qg0-x229.google.com (mail-qg0-x229.google.com [IPv6:2607:f8b0:400d:c04::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0BCBF11E5; Sat, 9 May 2015 02:40:05 +0000 (UTC) Received: by qgej70 with SMTP id j70so45220974qge.2; Fri, 08 May 2015 19:40:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9vO7df5oNdrcQpj8ROyyU+9EWPBi9IAycqRWukx5FfY=; b=gyAKYMSC14rNKwvbOU+JaXd0WMipRSaCxbBYyACybEQ+Qro92TbvSXST+rZmrxqEUu y3VPqahh7P9tgJKp7Nw7Jj1fH99VTZp/YBGIoUK8xNkBGywWGsrZhphtba3xCd7j82dW U7pxveuZjHG3kiaraxzwZ8b437m3KI2UcOgJUbv9ZqBxymieeMWGt22/iOSF/WLTUaEV RNpPPT898sG85gtMBsp9j02B47rGKLtW2bZjCONDhv3Y6CXa0nDtW7WMsUlOBa5W0AKC Lq9vBfYuTn6irUnGgvJJXI1y0oLFbNsEG9UaH7vDylQGe1LnpWKVHgEVcmpXdyYN6QhI FsLA== MIME-Version: 1.0 X-Received: by 10.140.19.111 with SMTP id 102mr1122181qgg.83.1431139203371; Fri, 08 May 2015 19:40:03 -0700 (PDT) Received: by 10.140.98.66 with HTTP; Fri, 8 May 2015 19:40:03 -0700 (PDT) In-Reply-To: <201505090048.t490mjjn015988@svn.freebsd.org> References: <201505090048.t490mjjn015988@svn.freebsd.org> Date: Fri, 8 May 2015 19:40:03 -0700 Message-ID: Subject: Re: svn commit: r282673 - head/usr.sbin/pmcstat From: NGie Cooper To: Stanislav Sedov Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2015 02:40:05 -0000 On Fri, May 8, 2015 at 5:48 PM, Stanislav Sedov wrote: > Author: stas > Date: Sat May 9 00:48:44 2015 > New Revision: 282673 > URL: https://svnweb.freebsd.org/changeset/base/282673 > > Log: > Fix the double space in comment. > > While here, change the comment style to match the rest of the file. Too bad the rest of the file isn't style(9) friendly :/..