Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 659428f

Browse filesBrowse files
danbevItalo A. Casas
authored andcommitted
build: sort sources alphabetically
The header files in the sources list are sorted alphabetically but not the c++ source code files. This commit sorts the c++ source code file names. PR-URL: #10892 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 3cd9833 commit 659428f
Copy full SHA for 659428f

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎node.gyp‎

Copy file name to clipboardExpand all lines: node.gyp
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@
145145
],
146146

147147
'sources': [
148-
'src/debug-agent.cc',
149148
'src/async-wrap.cc',
150-
'src/env.cc',
151-
'src/fs_event_wrap.cc',
152149
'src/cares_wrap.cc',
153150
'src/connection_wrap.cc',
154151
'src/connect_wrap.cc',
152+
'src/debug-agent.cc',
153+
'src/env.cc',
154+
'src/fs_event_wrap.cc',
155155
'src/handle_wrap.cc',
156156
'src/js_stream.cc',
157157
'src/node.cc',
@@ -174,6 +174,7 @@
174174
'src/node_zlib.cc',
175175
'src/node_i18n.cc',
176176
'src/pipe_wrap.cc',
177+
'src/process_wrap.cc',
177178
'src/signal_wrap.cc',
178179
'src/spawn_sync.cc',
179180
'src/string_bytes.cc',
@@ -183,7 +184,6 @@
183184
'src/tcp_wrap.cc',
184185
'src/timer_wrap.cc',
185186
'src/tty_wrap.cc',
186-
'src/process_wrap.cc',
187187
'src/udp_wrap.cc',
188188
'src/util.cc',
189189
'src/uv.cc',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.