[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5215: cosmetics: Place goto labels in column 0.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 30 Nov 2010 09:50:48 -0000

------------------------------------------------------------
revno: 5215
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Tue 2010-11-30 10:48:11 +0100
message:
  cosmetics: Place goto labels in column 0.
modified:
  hipd/cookie.c
  hipd/esp_prot_hipd_msg.c
  hipd/hidb.c
  hipd/input.c
  modules/update/hipd/update.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/cookie.c'
--- hipd/cookie.c       2010-10-15 15:29:14 +0000
+++ hipd/cookie.c       2010-11-30 09:48:11 +0000
@@ -135,7 +135,7 @@
 
     HIP_IFEL(hip_set_cookie_difficulty(*newVal), -1,
              "Setting difficulty failed\n");
- out_err:
+out_err:
     return err;
 }
 

=== modified file 'hipd/esp_prot_hipd_msg.c'
--- hipd/esp_prot_hipd_msg.c    2010-11-19 17:07:10 +0000
+++ hipd/esp_prot_hipd_msg.c    2010-11-30 09:48:11 +0000
@@ -976,7 +976,7 @@
                                            src_ip, spi),
              -1, "failed to send UPDATE replay");
 
-  out_err:
+out_err:
     return err;
 }
 
@@ -1017,7 +1017,7 @@
                         entry),
              -1, "failed to notify sadb about next anchor\n");
 
-  out_err:
+out_err:
     return err;
 }
 

=== modified file 'hipd/hidb.c'
--- hipd/hidb.c 2010-10-19 12:08:54 +0000
+++ hipd/hidb.c 2010-11-30 09:48:11 +0000
@@ -903,7 +903,7 @@
     HIP_IFE(hip_build_param_contents(msg, &lsi, HIP_PARAM_LSI, sizeof(lsi)),
             -1);
 
- out_err:
+out_err:
 
     return err;
 }

=== modified file 'hipd/input.c'
--- hipd/input.c        2010-11-19 17:37:09 +0000
+++ hipd/input.c        2010-11-30 09:48:11 +0000
@@ -967,7 +967,7 @@
 
     /******************************************************************/
 
-    out_err:
+out_err:
     if (ctx->hadb_entry->dh_shared_key) {
         free(ctx->hadb_entry->dh_shared_key);
     }

=== modified file 'modules/update/hipd/update.c'
--- modules/update/hipd/update.c        2010-11-29 17:19:59 +0000
+++ modules/update/hipd/update.c        2010-11-30 09:48:11 +0000
@@ -912,7 +912,7 @@
              -1,
              "failed to send UPDATE\n");
 
-  out_err:
+out_err:
     return err;
 }
 
@@ -1002,7 +1002,7 @@
 
     err = lmod_add_state_item(state, update_state, "update");
 
-  out_err:
+out_err:
     return err;
 }
 
@@ -1079,7 +1079,7 @@
         }
     }
 
-  out_err:
+out_err:
     ctx->error = err;
     return err;
 }
@@ -1119,7 +1119,7 @@
              -1,
              "HMAC validation on UPDATE failed.\n");
 
-  out_err:
+out_err:
     ctx->error = err;
     return err;
 }
@@ -1205,7 +1205,7 @@
 
     hip_empty_oppipdb_old();
 
-  out_err:
+out_err:
     ctx->error = err;
     return err;
 }
@@ -1305,6 +1305,6 @@
              -1,
              "Error on registering UPDATE maintenance function.\n");
 
-  out_err:
+out_err:
     return err;
 }

Other related posts: