← Back to team overview

hipl-core team mailing list archive

[Branch ~hipl-core/hipl/trunk] Rev 4893: whitespace cosmetics: fix function indentation

 

------------------------------------------------------------
revno: 4893
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: trunk
timestamp: Wed 2010-08-18 18:37:11 +0200
message:
  whitespace cosmetics: fix function indentation
modified:
  hipd/input.c


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'hipd/input.c'
--- hipd/input.c	2010-08-18 16:30:31 +0000
+++ hipd/input.c	2010-08-18 16:37:11 +0000
@@ -337,11 +337,10 @@
     HIP_DEBUG("Start PERF_DH_CREATE\n");
     hip_perf_start_benchmark(perf_set, PERF_DH_CREATE);
 #endif
-    HIP_IFEL((dh_shared_len = hip_calculate_shared_secret(
-                  (*dhpv)->public_value, (*dhpv)->group_id,
-                  ntohs((*dhpv)->pub_len),
-                  (unsigned char *) dh_shared_key,
-                  dh_shared_len)) < 0,
+    HIP_IFEL((dh_shared_len = hip_calculate_shared_secret((*dhpv)->public_value, (*dhpv)->group_id,
+                                                          ntohs((*dhpv)->pub_len),
+                                                          (unsigned char *) dh_shared_key,
+                                                          dh_shared_len)) < 0,
              -EINVAL, "Calculation of shared secret failed.\n");
 
     hip_make_keymat(dh_shared_key,