From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LBm6h-0003VN-9E for qemu-devel@nongnu.org; Sun, 14 Dec 2008 03:13:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LBm6f-0003VB-Em for qemu-devel@nongnu.org; Sun, 14 Dec 2008 03:13:42 -0500 Received: from [199.232.76.173] (port=39274 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LBm6f-0003V8-8g for qemu-devel@nongnu.org; Sun, 14 Dec 2008 03:13:41 -0500 Received: from mail-fx0-f20.google.com ([209.85.220.20]:58112) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LBm6f-0006LS-01 for qemu-devel@nongnu.org; Sun, 14 Dec 2008 03:13:41 -0500 Received: by fxm13 with SMTP id 13so3135fxm.10 for ; Sun, 14 Dec 2008 00:13:40 -0800 (PST) Message-ID: Date: Sun, 14 Dec 2008 10:13:40 +0200 From: "Blue Swirl" Subject: Re: [Qemu-devel] [6000] Remove unnecessary trailing newlines In-Reply-To: <20081213172643.GA11696@miranda.arrow> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4943E287.4020907@mail.berlios.de> <20081213172643.GA11696@miranda.arrow> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 12/13/08, Stuart Brady wrote: > On Sat, Dec 13, 2008 at 05:27:51PM +0100, Stefan Weil wrote: > > Blue Swirl schrieb: > > > > Log Message: > > > ----------- > > > Remove unnecessary trailing newlines > > > > > There are also some files left which have no trailing newline :-) > > (file README and others) > > > While we're on this subject, I notice that sys-queue.h has CRLF line Should be removed, thanks for spotting. > terminators. We also have a mix of UTF-8 and ISO-8859-1 -- which is > preferred? I don't have any preference.