Commit 89b0d0bf authored by Harris Hancock's avatar Harris Hancock

Fix whitespace

parent b1701b88
...@@ -164,7 +164,7 @@ private: ...@@ -164,7 +164,7 @@ private:
struct WrapperImplInstance { struct WrapperImplInstance {
#if _MSC_VER #if _MSC_VER
// TODO(msvc): MSVC currently fails to initialize vtable pointers for constexpr values so // TODO(msvc): MSVC currently fails to initialize vtable pointers for constexpr values so
// we have to make this just const instead. // we have to make this just const instead.
static const WrapperImpl<ParserImpl> instance; static const WrapperImpl<ParserImpl> instance;
#else #else
static constexpr WrapperImpl<ParserImpl> instance = WrapperImpl<ParserImpl>(); static constexpr WrapperImpl<ParserImpl> instance = WrapperImpl<ParserImpl>();
......
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