From owner-svn-src-head@freebsd.org Thu Mar 7 19:16:22 2019 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 364D71511BA2; Thu, 7 Mar 2019 19:16:22 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 580DF6E415; Thu, 7 Mar 2019 19:16:20 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 3e3ecc7c; Thu, 7 Mar 2019 20:09:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=7RVoJPWzgoV+Ps0Q9yoYAUpIY2U=; b=jmnG5Z2WlbJfRJaCI6ZZnNYDpm5c WOf1EuG8beYPkAIstxUUmEk1tiznoRpBVu0yVqgX2sSUKkMa+oQ5yPyxwIhRMYDw YKS9Mh922MV2CcUxf6Df/7QGHDZqUV8ZUWcwm5yQMmSwXWeROa6zttSOaQ9g2Qlg MTeYxZ8tn89QHLs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=UAr9bzGaDHI5Cd5NN8qmWZx1PrIoSF5aMXXA91htRUZzvfICxo6C+loW hGPa90t+knK1JMeQKvzRBALUyzTye7sv8x+EZfVAWxYeOT7FAuUXdznrvHR3Egnn i5kEvRSakoVaFLP5w9beyyjogaYR0nOOxwPyp7FFx8qH4Rrpwao= Received: from skull.home.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 91c2a4e5 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 7 Mar 2019 20:09:37 +0100 (CET) Date: Thu, 7 Mar 2019 20:09:37 +0100 From: Emmanuel Vadot To: Emmanuel Vadot Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r344892 - head/stand/common Message-Id: <20190307200937.d89d8fdd6113b4b4f10f8546@bidouilliste.com> In-Reply-To: <201903071857.x27Ivh4u001636@repo.freebsd.org> References: <201903071857.x27Ivh4u001636@repo.freebsd.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 580DF6E415 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.96)[-0.959,0] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2019 19:16:22 -0000 On Thu, 7 Mar 2019 18:57:43 +0000 (UTC) Emmanuel Vadot wrote: > Author: manu > Date: Thu Mar 7 18:57:43 2019 > New Revision: 344892 > URL: https://svnweb.freebsd.org/changeset/base/344892 > > Log: > stand/common/module: Apply style(9) > > Modified: > head/stand/common/module.c > ian@ pointed out to me on irc there is still a lot of style(9) problems, this was a emacs-auto-generated style. As I'm working on this file I applied style(9) in a crude way for now, I'll do a full style(9) soon but the code burnt my eyes when I started to read it. -- Emmanuel Vadot