diff --git a/flashlight/fl/common/threadpool/ThreadPool.h b/flashlight/fl/common/threadpool/ThreadPool.h index b653d97ab..29580c503 100644 --- a/flashlight/fl/common/threadpool/ThreadPool.h +++ b/flashlight/fl/common/threadpool/ThreadPool.h @@ -70,7 +70,7 @@ class ThreadPool { std::mutex queue_mutex; std::condition_variable condition; bool stop; -}; // namespace flclassThreadPool +} // namespace flclassThreadPool inline ThreadPool::ThreadPool( size_t threads, diff --git a/flashlight/fl/tensor/backend/af/mem/MemoryManagerAdapter.h b/flashlight/fl/tensor/backend/af/mem/MemoryManagerAdapter.h index bc0aa77ea..f322a7b38 100644 --- a/flashlight/fl/tensor/backend/af/mem/MemoryManagerAdapter.h +++ b/flashlight/fl/tensor/backend/af/mem/MemoryManagerAdapter.h @@ -183,4 +183,4 @@ void MemoryManagerAdapter::log(std::string fname, Values... vs) { } } -}; // namespace fl +} // namespace fl