diff options
Diffstat (limited to 'src/common/thread_queue_list.h')
| -rw-r--r-- | src/common/thread_queue_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/thread_queue_list.h b/src/common/thread_queue_list.h index edd0e4a3f..38a450d69 100644 --- a/src/common/thread_queue_list.h +++ b/src/common/thread_queue_list.h | |||
| @@ -158,4 +158,4 @@ private: | |||
| 158 | std::array<Queue, NUM_QUEUES> queues; | 158 | std::array<Queue, NUM_QUEUES> queues; |
| 159 | }; | 159 | }; |
| 160 | 160 | ||
| 161 | } // namespace | 161 | } // namespace Common |