Skip to content

Commit a041723

Browse files
danbevjasnell
authored andcommitted
deps: fix indentation for sources in nghttp3.gyp
PR-URL: #33942 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent a0cbd67 commit a041723

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

Diff for: deps/nghttp3/nghttp3.gyp

+24-24
Original file line numberDiff line numberDiff line change
@@ -37,30 +37,30 @@
3737
'include_dirs': [ 'lib/includes' ]
3838
},
3939
'sources': [
40-
'lib/nghttp3_buf.c',
41-
'lib/nghttp3_conv.c',
42-
'lib/nghttp3_err.c',
43-
'lib/nghttp3_gaptr.c',
44-
'lib/nghttp3_idtr.c',
45-
'lib/nghttp3_map.c',
46-
'lib/nghttp3_pq.c',
47-
'lib/nghttp3_qpack_huffman.c',
48-
'lib/nghttp3_range.c',
49-
'lib/nghttp3_ringbuf.c',
50-
'lib/nghttp3_stream.c',
51-
'lib/nghttp3_vec.c',
52-
'lib/nghttp3_conn.c',
53-
'lib/nghttp3_debug.c',
54-
'lib/nghttp3_frame.c',
55-
'lib/nghttp3_http.c',
56-
'lib/nghttp3_ksl.c',
57-
'lib/nghttp3_mem.c',
58-
'lib/nghttp3_qpack.c',
59-
'lib/nghttp3_qpack_huffman_data.c',
60-
'lib/nghttp3_rcbuf.c',
61-
'lib/nghttp3_str.c',
62-
'lib/nghttp3_tnode.c',
63-
'lib/nghttp3_version.c'
40+
'lib/nghttp3_buf.c',
41+
'lib/nghttp3_conv.c',
42+
'lib/nghttp3_err.c',
43+
'lib/nghttp3_gaptr.c',
44+
'lib/nghttp3_idtr.c',
45+
'lib/nghttp3_map.c',
46+
'lib/nghttp3_pq.c',
47+
'lib/nghttp3_qpack_huffman.c',
48+
'lib/nghttp3_range.c',
49+
'lib/nghttp3_ringbuf.c',
50+
'lib/nghttp3_stream.c',
51+
'lib/nghttp3_vec.c',
52+
'lib/nghttp3_conn.c',
53+
'lib/nghttp3_debug.c',
54+
'lib/nghttp3_frame.c',
55+
'lib/nghttp3_http.c',
56+
'lib/nghttp3_ksl.c',
57+
'lib/nghttp3_mem.c',
58+
'lib/nghttp3_qpack.c',
59+
'lib/nghttp3_qpack_huffman_data.c',
60+
'lib/nghttp3_rcbuf.c',
61+
'lib/nghttp3_str.c',
62+
'lib/nghttp3_tnode.c',
63+
'lib/nghttp3_version.c'
6464
]
6565
}
6666
]

0 commit comments

Comments
 (0)