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:
authorShelley Vohr <shelley.vohr@gmail.com>2021-05-14 14:54:45 +0300
committerShelley Vohr <shelley.vohr@gmail.com>2021-05-16 15:42:27 +0300
commit82eddca23d35bcf779d9d1905744cc9cfa6ad9a0 (patch)
treed16e1063d110dcde64140f77955fd4b474482894 /src/timer_wrap.h
parent0996eb71edbd47d9f9ec6153331255993fd6f0d1 (diff)
src: remove extra semi after member fn
PR-URL: https://github.com/nodejs/node/pull/38686 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'src/timer_wrap.h')
-rw-r--r--src/timer_wrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timer_wrap.h b/src/timer_wrap.h
index b2c20bf24d8..dbc23b442be 100644
--- a/src/timer_wrap.h
+++ b/src/timer_wrap.h
@@ -32,7 +32,7 @@ class TimerWrap final : public MemoryRetainer {
void Ref();
void Unref();
- SET_NO_MEMORY_INFO();
+ SET_NO_MEMORY_INFO()
SET_MEMORY_INFO_NAME(TimerWrap)
SET_SELF_SIZE(TimerWrap)