Skip to content

Commit 9e5d47e

Browse files
committed
Remove newline in the patch file
1 parent 460d5d6 commit 9e5d47e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CMake/Dependencies/libwebsockets-old-gcc-fix-cast-cmakelists.patch

+1-4
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,11 @@ index d149d8675..b319d79f4 100644
4646
@@ -29,11 +29,11 @@ typedef struct lws_map_hashtable {
4747
lws_dll2_owner_t ho;
4848
} lws_map_hashtable_t;
49-
5049
-typedef struct lws_map {
5150
+struct lws_map {
5251
lws_map_info_t info;
53-
5452
/* array of info.modulo x lws_map_hashtable_t overallocated */
5553
-} lws_map_t;
5654
+};
57-
5855
typedef struct lws_map_item {
59-
lws_dll2_t list; /* owned by hashtable */
56+
lws_dll2_t list; /* owned by hashtable */

0 commit comments

Comments
 (0)