aboutsummaryrefslogtreecommitdiff
path: root/src/node_script.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_script.h
parent3c6b5d5df1e445d080737e435675e11b102f0126 (diff)
downloadandroid-node-v8-8e29ce9f13f7e4b6c0296325287c05f78ff22ce0.tar.gz
android-node-v8-8e29ce9f13f7e4b6c0296325287c05f78ff22ce0.tar.bz2
android-node-v8-8e29ce9f13f7e4b6c0296325287c05f78ff22ce0.zip
src: lint c++ code
Diffstat (limited to 'src/node_script.h')
-rw-r--r--src/node_script.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/node_script.h b/src/node_script.h
index 047829f539..5914f56dfd 100644
--- a/src/node_script.h
+++ b/src/node_script.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_script_h
-#define node_script_h
+#ifndef SRC_NODE_SCRIPT_H_
+#define SRC_NODE_SCRIPT_H_
#include "node.h"
#include "node_object_wrap.h"
@@ -29,8 +29,8 @@
namespace node {
-
void InitEvals(v8::Handle<v8::Object> target);
-} // namespace node
-#endif // node_script_h
+} // namespace node
+
+#endif // SRC_NODE_SCRIPT_H_