Skip to content

Commit

Permalink
coding style: fix alignment for TfwHttpParser members
Browse files Browse the repository at this point in the history
  • Loading branch information
krizhanovsky committed Apr 18, 2023
1 parent 57e7f01 commit f6d4355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fw/http_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ typedef struct {
unsigned int month_int;
unsigned int cc_dir_flag;
};
char *body_start_data;
struct sk_buff *body_start_skb;
char *body_start_data;
struct sk_buff *body_start_skb;
TfwStr cut;
TfwStr _tmp_chunk;
TfwStr hdr;
Expand Down

0 comments on commit f6d4355

Please sign in to comment.