From owner-freebsd-current@freebsd.org Sun Aug 12 15:51:12 2018 Return-Path: Delivered-To: freebsd-current@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 5AA351074B13 for ; Sun, 12 Aug 2018 15:51:12 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from drew.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.franken.de", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E95918DD10 for ; Sun, 12 Aug 2018 15:51:11 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from [172.18.127.168] (unknown [46.183.103.8]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTPSA id 1397372106C13 for ; Sun, 12 Aug 2018 17:51:09 +0200 (CEST) From: Michael Tuexen Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Problem with lastest version of indent Message-Id: <608CC109-3625-466D-8698-D945F7249806@FreeBSD.org> Date: Sun, 12 Aug 2018 17:51:08 +0200 To: freebsd-current@freebsd.org X-Mailer: Apple Mail (2.3445.9.1) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail-n.franken.de X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2018 15:51:12 -0000 Dear all, the up-to-date indent translates a line like bla._blub =3D 1; into a line like bla._ blub =3D 1; (insert whitespace after _) which breaks C code... Older versions didn't = do that Is this change intended? If yes, is there a command line option to turn = it off? Best regards Michael=