summaryrefslogtreecommitdiff
path: root/src/node_http_parser.h
diff options
context:
space:
mode:
authorFedor Indutny <fedor.indutny@gmail.com>2013-07-31 22:07:29 +0400
committerFedor Indutny <fedor.indutny@gmail.com>2013-07-31 22:12:06 +0400
commit8e29ce9f13f7e4b6c0296325287c05f78ff22ce0 (patch)
treec3420f601d23448e28439bbcd75c6aaf022b5d0c /src/node_http_parser.h
parent3c6b5d5df1e445d080737e435675e11b102f0126 (diff)
downloadnode-new-8e29ce9f13f7e4b6c0296325287c05f78ff22ce0.tar.gz
src: lint c++ code
Diffstat (limited to 'src/node_http_parser.h')
-rw-r--r--src/node_http_parser.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/node_http_parser.h b/src/node_http_parser.h
index d720b3f223..e376f52145 100644
--- a/src/node_http_parser.h
+++ b/src/node_http_parser.h
@@ -19,8 +19,8 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-#ifndef NODE_HTTP_PARSER
-#define NODE_HTTP_PARSER
+#ifndef SRC_NODE_HTTP_PARSER_H_
+#define SRC_NODE_HTTP_PARSER_H_
#include "v8.h"
@@ -30,6 +30,6 @@ namespace node {
void InitHttpParser(v8::Handle<v8::Object> target);
-}
+} // namespace node
-#endif // NODE_HTTP_PARSER
+#endif // SRC_NODE_HTTP_PARSER_H_