One more formatting change

pull/20376/head
Vijay Pai 5 years ago committed by GitHub
parent f586be8532
commit 02c3bd6c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/cpp/thread_manager/thread_manager.h

@ -125,6 +125,7 @@ class ThreadManager {
~WorkerThread();
bool created() const { return created_; }
private:
// Calls thd_mgr_->MainWorkLoop() and once that completes, calls
// thd_mgr_>MarkAsCompleted(this) to mark the thread as completed

Loading…
Cancel
Save