mirror of
https://github.com/boostorg/lockfree.git
synced 2026-07-21 13:23:29 +00:00
update clang-format
This commit is contained in:
@@ -10,7 +10,7 @@ repos:
|
||||
args: [--fix=auto]
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-clang-format
|
||||
rev: v22.1.3
|
||||
rev: v22.1.5
|
||||
hooks:
|
||||
- id: clang-format
|
||||
types_or: [c++, c, cuda]
|
||||
|
||||
@@ -434,7 +434,6 @@ private:
|
||||
|
||||
#endif
|
||||
public:
|
||||
|
||||
/** Pops object from queue.
|
||||
*
|
||||
* \post if pop operation is successful, object will be copied to ret.
|
||||
|
||||
Reference in New Issue
Block a user