Browse Source

Change space indention (#557)

* change space indention

* change space indention
pull/569/head
Francesco Carli 4 years ago
committed by GitHub
parent
commit
54f6da4cf4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      include/n2n_typedefs.h

2
include/n2n_typedefs.h

@ -678,7 +678,7 @@ struct sn_community {
typedef struct regex_t* re_t; typedef struct regex_t* re_t;
struct sn_community_regular_expression { struct sn_community_regular_expression {
re_t rule; // compiles regular expression re_t rule; /* compiles regular expression */
UT_hash_handle hh; /* makes this structure hashable */ UT_hash_handle hh; /* makes this structure hashable */
}; };

Loading…
Cancel
Save