Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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/pipe_wrap.h
parent3c6b5d5df1e445d080737e435675e11b102f0126 (diff)
src: lint c++ code
Diffstat (limited to 'src/pipe_wrap.h')
-rw-r--r--src/pipe_wrap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pipe_wrap.h b/src/pipe_wrap.h
index ec6be317334..944835774d0 100644
--- a/src/pipe_wrap.h
+++ b/src/pipe_wrap.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 PIPE_WRAP_H_
-#define PIPE_WRAP_H_
+#ifndef SRC_PIPE_WRAP_H_
+#define SRC_PIPE_WRAP_H_
#include "stream_wrap.h"
namespace node {
@@ -57,4 +57,4 @@ class PipeWrap : public StreamWrap {
} // namespace node
-#endif // PIPE_WRAP_H_
+#endif // SRC_PIPE_WRAP_H_