From owner-freebsd-geom@FreeBSD.ORG Sat Jul 17 16:15:53 2010 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 533F4106566C for ; Sat, 17 Jul 2010 16:15:53 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [204.109.60.94]) by mx1.freebsd.org (Postfix) with ESMTP id 33EA58FC19 for ; Sat, 17 Jul 2010 16:15:52 +0000 (UTC) Received: from bsdbook.nessbank (client-86-31-3-93.midd.adsl.virginmedia.com [86.31.3.93]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id CC7C45D42 for ; Sat, 17 Jul 2010 15:57:55 +0000 (UTC) Date: Sat, 17 Jul 2010 16:58:11 +0100 From: Bruce Cran To: freebsd-geom@freebsd.org Message-ID: <20100717165811.229ef87f@bsdbook.nessbank> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: kern.geom.confxml indentation bug X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2010 16:15:53 -0000 Hi, I noticed that the wrong level of indentation is used when printing kern.geom.confxml if there's an empty config block: DISK da0 1 r0w0e0 da0 2063597056 512 255 63 The "" line gets indented as if it's within the config block. -- Bruce Cran