diff options
Diffstat (limited to 'cc/resource_update_queue.cc')
-rw-r--r-- | cc/resource_update_queue.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/resource_update_queue.cc b/cc/resource_update_queue.cc index 26a24b3..e1cac2a 100644 --- a/cc/resource_update_queue.cc +++ b/cc/resource_update_queue.cc @@ -77,4 +77,4 @@ bool ResourceUpdateQueue::hasMoreUpdates() const return m_fullEntries.size() || m_partialEntries.size() || m_copyEntries.size(); } -} +} // namespace cc |