Skip to content

Commit

Permalink
src: fix build/header_guard cpplint warnings
Browse files Browse the repository at this point in the history
PR-URL: #7462
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
  • Loading branch information
bnoordhuis authored and Myles Borins committed Jul 14, 2016
1 parent ccc701e commit c8f78a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
*/
#define NODE_MODULE_VERSION 46 /* Node.js v4.0.0 */

#endif /* SRC_NODE_VERSION_H_ */
#endif // SRC_NODE_VERSION_H_

0 comments on commit c8f78a2

Please sign in to comment.