[hipl-dev] [Branch ~hipl-core/hipl/ecc] Rev 5325: cosmetics: Put spaces around operators in function hip_get_ecdsa_public_key().

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Mon, 10 Jan 2011 09:22:28 -0000

------------------------------------------------------------
revno: 5325
committer: Henrik Ziegeldorf <henrik.ziegeldorf@xxxxxxxxxxxxxx>
branch nick: ecc
timestamp: Mon 2011-01-10 10:21:06 +0100
message:
  cosmetics: Put spaces around operators in function hip_get_ecdsa_public_key().
modified:
  hipd/hidb.c


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

Your team HIPL core team is subscribed to branch lp:~hipl-core/hipl/ecc.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/ecc/+edit-subscription
=== modified file 'hipd/hidb.c'
--- hipd/hidb.c 2011-01-08 16:13:50 +0000
+++ hipd/hidb.c 2011-01-10 09:21:06 +0000
@@ -95,7 +95,8 @@
      * the hi length is the length of the key rr data + the key rr header */
     host_id_pub->hi_length = htons(key_lens.Y_len + 2 + sizeof(struct 
hip_host_id_key_rdata));
 
-    hip_set_param_contents_len((struct hip_tlv_common *) host_id_pub, 
sizeof(struct hip_host_id)-sizeof(struct hip_tlv_common));
+    hip_set_param_contents_len((struct hip_tlv_common *) host_id_pub,
+                               sizeof(struct hip_host_id) - sizeof(struct 
hip_tlv_common));
 
     return host_id_pub;
 

Other related posts: