summaryrefslogtreecommitdiff
path: root/lib/Fuzzer/FuzzerInternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fuzzer/FuzzerInternal.h')
-rw-r--r--lib/Fuzzer/FuzzerInternal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fuzzer/FuzzerInternal.h b/lib/Fuzzer/FuzzerInternal.h
index c26615631ecd..ad067ee2c0d9 100644
--- a/lib/Fuzzer/FuzzerInternal.h
+++ b/lib/Fuzzer/FuzzerInternal.h
@@ -145,6 +145,6 @@ private:
static thread_local bool IsMyThread;
};
-}; // namespace fuzzer
+} // namespace fuzzer
#endif // LLVM_FUZZER_INTERNAL_H