From af935fe92d35cdbfab7fb9ca175587753e4f155f Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Fri, 14 May 2021 13:54:45 +0200 Subject: [PATCH] src: remove extra semi after member fn --- src/timer_wrap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timer_wrap.h b/src/timer_wrap.h index b2c20bf24d8746..dbc23b442bea39 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)