summaryrefslogtreecommitdiff
path: root/src/common/fiber.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2020-02-10 13:33:13 -0400
committerFernando Sahmkow <fsahmkow27@gmail.com>2020-06-18 16:29:19 -0400
commit1bd706344e2381e11245b2f0bdc291429e46c634 (patch)
tree4abae5a2088df1eb023967d83c0b808eceb30cea /src/common/fiber.h
parent03e4f5dac436fe361834e6b9918983e9c4787acb (diff)
Common/Tests: Clang Format.
Diffstat (limited to 'src/common/fiber.h')
-rw-r--r--src/common/fiber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/fiber.h b/src/common/fiber.h
index 89a01fdd8..b530bf4d2 100644
--- a/src/common/fiber.h
+++ b/src/common/fiber.h
@@ -12,7 +12,7 @@
#ifndef _MSC_VER
namespace boost::context::detail {
- struct transfer_t;
+struct transfer_t;
}
#endif