From c8f78a26829c0f42c02f931d88634f3155d4cd1c Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Tue, 28 Jun 2016 21:21:21 +0200 Subject: [PATCH] src: fix build/header_guard cpplint warnings PR-URL: https://github.com/nodejs/node/pull/7462 Reviewed-By: Trevor Norris --- src/node_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_version.h b/src/node_version.h index 297b76c7cad748..01436c9cc55278 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -54,4 +54,4 @@ */ #define NODE_MODULE_VERSION 46 /* Node.js v4.0.0 */ -#endif /* SRC_NODE_VERSION_H_ */ +#endif // SRC_NODE_VERSION_H_