From e0592a4737abad996f950711eb0890a2eacbbbda Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 30 Sep 2020 23:39:05 -0700 Subject: [PATCH] cpplint fixed one multiline comment issue --- src/kaleidoscope_internal/event_dispatch.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/kaleidoscope_internal/event_dispatch.h b/src/kaleidoscope_internal/event_dispatch.h index 450933d6..5211e86d 100644 --- a/src/kaleidoscope_internal/event_dispatch.h +++ b/src/kaleidoscope_internal/event_dispatch.h @@ -99,9 +99,9 @@ } __NL__ \ }; __NL__ \ __NL__ \ - /* This specialization is used for those hooks that a plugin does not __NL__ \ - * implement. __NL__ \ - */ __NL__ \ + /* This specialization is used for those hooks that a plugin does */ __NL__ \ + /* not implement. */ __NL__ \ + __NL__ \ template __NL__ \