2
0
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:
Oliver Kowalke
2015-08-26 17:27:51 +02:00
parent 49b4b095fb
commit 9a667e751e

View File

@@ -335,8 +335,7 @@ public:
void set_properties( fiber_properties* props);
fiber_properties* get_properties() const
{
fiber_properties* get_properties() const {
return properties_;
}