b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] batman-adv: Fix alignment of batadv_nc_hash_key_gen
@ 2013-01-30  7:21 Martin Hundebøll
  0 siblings, 0 replies; only message in thread
From: Martin Hundebøll @ 2013-01-30  7:21 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Martin Hundebøll

Make second and third arguments correctly aligned to the opening
parenthesis.

Signed-off-by: Martin Hundebøll <martin@hundeboll.net>
---
 network-coding.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/network-coding.c b/network-coding.c
index 262061b..f97d6cd 100644
--- a/network-coding.c
+++ b/network-coding.c
@@ -372,8 +372,8 @@ static void batadv_nc_purge_paths(struct batadv_priv *bat_priv,
  * @dst: destination ethernet mac address going into the hash key
  */
 static void batadv_nc_hash_key_gen(struct batadv_nc_path *key,
-					  const char *src,
-					  const char *dst)
+				   const char *src,
+				   const char *dst)
 {
 	memcpy(key->prev_hop, src, sizeof(key->prev_hop));
 	memcpy(key->next_hop, dst, sizeof(key->next_hop));
-- 
1.8.1.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-30  7:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-30  7:21 [B.A.T.M.A.N.] [PATCH] batman-adv: Fix alignment of batadv_nc_hash_key_gen Martin Hundebøll

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).