Skip to content

Commit c8f78a2

Browse files
bnoordhuisMyles Borins
authored and
Myles Borins
committedJul 14, 2016
src: fix build/header_guard cpplint warnings
PR-URL: #7462 Reviewed-By: Trevor Norris <[email protected]>
1 parent ccc701e commit c8f78a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
*/
5555
#define NODE_MODULE_VERSION 46 /* Node.js v4.0.0 */
5656

57-
#endif /* SRC_NODE_VERSION_H_ */
57+
#endif // SRC_NODE_VERSION_H_

0 commit comments

Comments
 (0)
Please sign in to comment.