Skip to content

Commit

Permalink
Remove newline in the patch file
Browse files Browse the repository at this point in the history
  • Loading branch information
disa6302 committed Oct 24, 2023
1 parent 460d5d6 commit 9e5d47e
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,11 @@ index d149d8675..b319d79f4 100644
@@ -29,11 +29,11 @@ typedef struct lws_map_hashtable {
lws_dll2_owner_t ho;
} lws_map_hashtable_t;

-typedef struct lws_map {
+struct lws_map {
lws_map_info_t info;

/* array of info.modulo x lws_map_hashtable_t overallocated */
-} lws_map_t;
+};

typedef struct lws_map_item {
lws_dll2_t list; /* owned by hashtable */
lws_dll2_t list; /* owned by hashtable */

0 comments on commit 9e5d47e

Please sign in to comment.