Skip to content

Commit 32e2e3c

Browse files
committed
Code style cleanup
1 parent 0bfdb51 commit 32e2e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source_common/utils/queue.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class TaskQueue
138138
*
139139
* @return @c true if the queue is empty, @c false otherwise.
140140
*/
141-
bool is_empty()
141+
bool isEmpty()
142142
{
143143
std::unique_lock<std::mutex> lock(store_lock);
144144
return store.empty();

0 commit comments

Comments
 (0)