Add cpplint to test suite

This commit is contained in:
Lovell Fuller
2015-01-09 12:07:47 +00:00
parent 5dab3c8482
commit b86674f91f
10 changed files with 100 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
#ifndef SHARP_UTILITIES_H
#define SHARP_UTILITIES_H
#ifndef SRC_UTILITIES_H_
#define SRC_UTILITIES_H_
#include "nan.h"
@@ -8,4 +8,4 @@ NAN_METHOD(concurrency);
NAN_METHOD(counters);
NAN_METHOD(libvipsVersion);
#endif
#endif // SRC_UTILITIES_H_