mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-17 13:42:21 +00:00
fix formating code
This commit is contained in:
@@ -335,8 +335,7 @@ public:
|
||||
|
||||
void set_properties( fiber_properties* props);
|
||||
|
||||
fiber_properties* get_properties() const
|
||||
{
|
||||
fiber_properties* get_properties() const {
|
||||
return properties_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user