From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 8 Feb 2011 13:41:11 +0100 References: <1297124820-26721-1-git-send-email-sven@narfation.org> In-Reply-To: <1297124820-26721-1-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201102081341.11702.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Split combined variable declarations Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Tuesday 08 February 2011 01:27:00 Sven Eckelmann wrote: > Multiple variable declarations in a single statements over multiple lines > can be split into multiple variable declarations without changing the > actual behavior. Applied in revision 1935. Thanks, Marek