From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 31 Jan 2013 23:57:15 +0800 References: <1359530848-10510-1-git-send-email-martin@hundeboll.net> In-Reply-To: <1359530848-10510-1-git-send-email-martin@hundeboll.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201301312357.15730.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: Fix alignment of batadv_nc_hash_key_gen 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: b.a.t.m.a.n@lists.open-mesh.org Cc: Martin =?utf-8?q?Hundeb=C3=B8ll?= On Wednesday, January 30, 2013 15:27:28 Martin Hundeb=C3=B8ll wrote: > Move second argument to first line and align third argument to the > opening parenthesis. >=20 > Signed-off-by: Martin Hundeb=C3=B8ll > --- >=20 > v2: Use two lines for arguments instead of three... >=20 > network-coding.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) Applied in revision 98c8a09. Thanks, Marek