diff options
Diffstat (limited to 'clang-tools-extra/clangd/Trace.h')
-rw-r--r-- | clang-tools-extra/clangd/Trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/Trace.h b/clang-tools-extra/clangd/Trace.h index 55a31ada4bf..131ace55908 100644 --- a/clang-tools-extra/clangd/Trace.h +++ b/clang-tools-extra/clangd/Trace.h @@ -45,7 +45,7 @@ public: // The Context returned by beginSpan is active, but Args is not ready. // Tracers should not override this unless they need to observe strict // per-thread nesting. Instead they should observe context destruction. - virtual void endSpan() {}; + virtual void endSpan(){}; /// Called for instant events. virtual void instant(llvm::StringRef Name, json::obj &&Args) = 0; |