[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5152: cosmetics: Fix some indentation mishaps.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Mon, 15 Nov 2010 12:43:34 -0000

------------------------------------------------------------
revno: 5152
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: trunk
timestamp: Mon 2010-11-15 13:40:48 +0100
message:
  cosmetics: Fix some indentation mishaps.
modified:
  hipd/registration.c
  lib/core/builder.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/registration.c'
--- hipd/registration.c 2010-10-27 11:11:20 +0000
+++ hipd/registration.c 2010-11-15 12:40:48 +0000
@@ -522,10 +522,8 @@
                     if (new_record != NULL) {
                         free(new_record);
                     }
-                    refused_requests[*refused_count] =
-                        reg_types[i];
-                    failure_types[*refused_count]    =
-                        HIP_REG_TRANSIENT_CONDITIONS;
+                    refused_requests[*refused_count] = reg_types[i];
+                    failure_types[*refused_count]    = 
HIP_REG_TRANSIENT_CONDITIONS;
                     (*refused_count)++;
                     HIP_ERROR("Unable to store new relay " \
                               "record. Registration " \

=== modified file 'lib/core/builder.c'
--- lib/core/builder.c  2010-10-18 20:24:43 +0000
+++ lib/core/builder.c  2010-11-15 12:40:48 +0000
@@ -3757,7 +3757,7 @@
                        hostname,
                        dsa_key_rr);
 
-    out_err:
+out_err:
 
     if (dsa_key_rr) {
         free(dsa_key_rr);
@@ -3815,7 +3815,7 @@
                        hostname,
                        rsa_key_rr);
 
-    out_err:
+out_err:
 
     if (rsa_key_rr) {
         free(rsa_key_rr);

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5152: cosmetics: Fix some indentation mishaps. - noreply