diff options
author | Daniel Bevenius <daniel.bevenius@gmail.com> | 2017-11-14 13:34:52 +0100 |
---|---|---|
committer | Daniel Bevenius <daniel.bevenius@gmail.com> | 2017-11-17 12:49:00 +0100 |
commit | 78447666ea2e70b32b082267fd3a6965ac80f6c2 (patch) | |
tree | 1c4f3930d85f4ffc8e02da9e264a2c8af2234261 /src/fs_event_wrap.cc | |
parent | a0aff57c5a5e46a2f93fc5bce50191993f98c673 (diff) | |
download | node-new-78447666ea2e70b32b082267fd3a6965ac80f6c2.tar.gz |
src: rename async-wrap -> async_wrap
This commit renames async-wrap to async_wrap for consitency with other
c++ source files.
PR-URL: https://github.com/nodejs/node/pull/17022
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Diffstat (limited to 'src/fs_event_wrap.cc')
-rw-r--r-- | src/fs_event_wrap.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs_event_wrap.cc b/src/fs_event_wrap.cc index 0a4d6452f5..934b9d545c 100644 --- a/src/fs_event_wrap.cc +++ b/src/fs_event_wrap.cc @@ -19,7 +19,7 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. -#include "async-wrap-inl.h" +#include "async_wrap-inl.h" #include "env-inl.h" #include "util-inl.h" #include "node.h" |