From owner-svn-src-stable@freebsd.org Wed Jun 19 13:30:32 2019 Return-Path: Delivered-To: svn-src-stable@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 5892915B8B83; Wed, 19 Jun 2019 13:30:32 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f68.google.com (mail-io1-f68.google.com [209.85.166.68]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D46D58CF93; Wed, 19 Jun 2019 13:30:28 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f68.google.com with SMTP id u13so38222309iop.0; Wed, 19 Jun 2019 06:30:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=PdFy362aLcggSk8VUY9UV/azc50rsYU5X9B8bJZDAXk=; b=Wa5MgjZxoht1XMgVjy/6oleJsMxDXopP78tBIR41u90cl0B8raI8SIzqkfO0Je0VVj r+qSEINxMThAB3aSn7e+D/5ro57mr9yWXPziYneChIJrZktjNp8XJxoeVPspWoNVPcY4 xz6t9ioDSGiMCRDpDWSD1r0nVZRvvip3sUugaxAdYNRznDr6UZ/I5cvLq4EnqrBvWMrd t0aPcm99Ov66ZvqAxf+3EUVUY8FrbKqOu6xzobT+r3SQW37EBIT5u9SFiq44b8b5jY4m RorbW1PfiTcj3DVbSsci+hGS0VGac6GgqVi7VQbdN9E9f9AGo36vzf2dAjB2R/QVAWk/ uW2g== X-Gm-Message-State: APjAAAWqFXdU7ngVAKjzxuuaBkvVWQWc+fIXPojecY1AS+niY2alG8+c iPI9fUoeiDXjpq9uYB3zyOEtA7wbZIluukZ7iETuyvHc X-Google-Smtp-Source: APXvYqxprj/LFGDvdcOvvUAxCR9DsxWKq3kgqELJgx0/C78ZFDeSImCgaL00976wTLtmlTfbI3H2bHaQeMcC/voXkmk= X-Received: by 2002:a6b:251:: with SMTP id 78mr67292738ioc.185.1560951026559; Wed, 19 Jun 2019 06:30:26 -0700 (PDT) MIME-Version: 1.0 References: <201906191319.x5JDJbaU016355@repo.freebsd.org> In-Reply-To: <201906191319.x5JDJbaU016355@repo.freebsd.org> From: Ed Maste Date: Wed, 19 Jun 2019 05:29:59 -0400 Message-ID: Subject: Re: svn commit: r349189 - stable/12/usr.bin/vtfontcvt To: src-committers , svn-src-all , svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: D46D58CF93 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.95 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.947,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jun 2019 13:30:32 -0000 > Author: emaste > Date: Wed Jun 19 13:19:36 2019 > New Revision: 349189 > URL: https://svnweb.freebsd.org/changeset/base/349189 > > Log: > vtfontcvt: whitespace and other cleanup > > MFC r343842: vtfontcvt: whitespace cleanup That should be 348342.