Commit 835e784b authored by Dominik Charousset's avatar Dominik Charousset

Fix formatting

parent 57eaa064
...@@ -112,8 +112,8 @@ public: ...@@ -112,8 +112,8 @@ public:
static bool enabled(const nested_queue_type& q) noexcept; static bool enabled(const nested_queue_type& q) noexcept;
static deficit_type static deficit_type quantum(const nested_queue_type& q,
quantum(const nested_queue_type& q, deficit_type x) noexcept; deficit_type x) noexcept;
// -- constructors, destructors, and assignment operators -------------------- // -- constructors, destructors, and assignment operators --------------------
...@@ -137,8 +137,7 @@ public: ...@@ -137,8 +137,7 @@ public:
static void cleanup(nested_queue_type&) noexcept; static void cleanup(nested_queue_type&) noexcept;
static bool push_back(nested_queue_type& sub_queue, static bool push_back(nested_queue_type& sub_queue, pointer ptr) noexcept;
pointer ptr) noexcept;
static void lifo_append(nested_queue_type& sub_queue, pointer ptr) noexcept; static void lifo_append(nested_queue_type& sub_queue, pointer ptr) noexcept;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment