Browse Source

src: fix build/header_guard cpplint warnings

PR-URL: https://github.com/nodejs/node/pull/7462
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
v6.x
Ben Noordhuis 9 years ago
committed by Jeremiah Senkpiel
parent
commit
6280ccdaaa
  1. 2
      src/node_version.h

2
src/node_version.h

@ -51,4 +51,4 @@
*/
#define NODE_MODULE_VERSION 48 /* Node.js v6.0.0 */
#endif /* SRC_NODE_VERSION_H_ */
#endif // SRC_NODE_VERSION_H_

Loading…
Cancel
Save