mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
deps: fix indentation for sources in nghttp3.gyp
PR-URL: https://github.com/nodejs/node/pull/33942 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
This commit is contained in:
committed by
James M Snell
parent
a0cbd676e7
commit
a041723774
48
deps/nghttp3/nghttp3.gyp
vendored
48
deps/nghttp3/nghttp3.gyp
vendored
@@ -37,30 +37,30 @@
|
||||
'include_dirs': [ 'lib/includes' ]
|
||||
},
|
||||
'sources': [
|
||||
'lib/nghttp3_buf.c',
|
||||
'lib/nghttp3_conv.c',
|
||||
'lib/nghttp3_err.c',
|
||||
'lib/nghttp3_gaptr.c',
|
||||
'lib/nghttp3_idtr.c',
|
||||
'lib/nghttp3_map.c',
|
||||
'lib/nghttp3_pq.c',
|
||||
'lib/nghttp3_qpack_huffman.c',
|
||||
'lib/nghttp3_range.c',
|
||||
'lib/nghttp3_ringbuf.c',
|
||||
'lib/nghttp3_stream.c',
|
||||
'lib/nghttp3_vec.c',
|
||||
'lib/nghttp3_conn.c',
|
||||
'lib/nghttp3_debug.c',
|
||||
'lib/nghttp3_frame.c',
|
||||
'lib/nghttp3_http.c',
|
||||
'lib/nghttp3_ksl.c',
|
||||
'lib/nghttp3_mem.c',
|
||||
'lib/nghttp3_qpack.c',
|
||||
'lib/nghttp3_qpack_huffman_data.c',
|
||||
'lib/nghttp3_rcbuf.c',
|
||||
'lib/nghttp3_str.c',
|
||||
'lib/nghttp3_tnode.c',
|
||||
'lib/nghttp3_version.c'
|
||||
'lib/nghttp3_buf.c',
|
||||
'lib/nghttp3_conv.c',
|
||||
'lib/nghttp3_err.c',
|
||||
'lib/nghttp3_gaptr.c',
|
||||
'lib/nghttp3_idtr.c',
|
||||
'lib/nghttp3_map.c',
|
||||
'lib/nghttp3_pq.c',
|
||||
'lib/nghttp3_qpack_huffman.c',
|
||||
'lib/nghttp3_range.c',
|
||||
'lib/nghttp3_ringbuf.c',
|
||||
'lib/nghttp3_stream.c',
|
||||
'lib/nghttp3_vec.c',
|
||||
'lib/nghttp3_conn.c',
|
||||
'lib/nghttp3_debug.c',
|
||||
'lib/nghttp3_frame.c',
|
||||
'lib/nghttp3_http.c',
|
||||
'lib/nghttp3_ksl.c',
|
||||
'lib/nghttp3_mem.c',
|
||||
'lib/nghttp3_qpack.c',
|
||||
'lib/nghttp3_qpack_huffman_data.c',
|
||||
'lib/nghttp3_rcbuf.c',
|
||||
'lib/nghttp3_str.c',
|
||||
'lib/nghttp3_tnode.c',
|
||||
'lib/nghttp3_version.c'
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user