summaryrefslogtreecommitdiff
path: root/src/node_os.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_os.h')
-rw-r--r--src/node_os.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/node_os.h b/src/node_os.h
index 25ff71eee3..f4968635d0 100644
--- a/src/node_os.h
+++ b/src/node_os.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_os_h
-#define node_os_h
+#ifndef SRC_NODE_OS_H_
+#define SRC_NODE_OS_H_
#include "node.h"
#include "v8.h"
@@ -28,11 +28,10 @@
namespace node {
class OS {
-public:
- static void Initialize (v8::Handle<v8::Object> target);
+ public:
+ static void Initialize(v8::Handle<v8::Object> target);
};
-
} // namespace node
-#endif // node_os_h
+#endif // SRC_NODE_OS_H_