[hipl-commit] [trunk] Rev 4038: whitespace cosmetics: fix indentation

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Mon, 22 Mar 2010 01:04:48 +0200

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 22/03/2010 at 01:04:48
Revision: 4038
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  whitespace cosmetics: fix indentation

Modified:
  M  firewall/conntrack.c
  M  firewall/conntrack.h

=== modified file 'firewall/conntrack.c'
--- firewall/conntrack.c        2010-03-18 21:15:21 +0000
+++ firewall/conntrack.c        2010-03-21 23:04:35 +0000
@@ -2214,9 +2214,9 @@
  * @param ctx context for the control packet
  */
 int conntrack(const struct in6_addr *ip6_src,
-               const struct in6_addr *ip6_dst,
-               struct hip_common *buf,
-               hip_fw_context_t *ctx)
+              const struct in6_addr *ip6_dst,
+              struct hip_common *buf,
+              hip_fw_context_t *ctx)
 {
     struct hip_data *data = NULL;
     struct tuple *tuple   = NULL;

=== modified file 'firewall/conntrack.h'
--- firewall/conntrack.h        2010-03-19 09:00:54 +0000
+++ firewall/conntrack.h        2010-03-21 23:04:35 +0000
@@ -30,13 +30,14 @@
                  const struct state_option *option,
                  const int accept, hip_fw_context_t *ctx);
 int conntrack(const struct in6_addr *ip6_src,
-               const struct in6_addr *ip6_dst,
-               struct hip_common *buf, hip_fw_context_t *ctx);
+              const struct in6_addr *ip6_dst,
+              struct hip_common *buf, hip_fw_context_t *ctx);
 
 void init_timeout_checking(long int timeout_val);
 
 struct esp_tuple *find_esp_tuple(const SList *esp_list, const uint32_t spi);
-struct tuple *get_tuple_by_hits(const struct in6_addr *src_hit, const struct 
in6_addr *dst_hit);
+struct tuple *get_tuple_by_hits(const struct in6_addr *src_hit,
+                                const struct in6_addr *dst_hit);
 int hipfw_relay_esp(const hip_fw_context_t *ctx);
 
 #endif

Other related posts:

  • » [hipl-commit] [trunk] Rev 4038: whitespace cosmetics: fix indentation - Diego Biurrun