Skip to content

Commit

Permalink
Untabify ClientAdapter.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Jun 2, 2017
1 parent 13c9c9c commit b78208b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CefSharp.Core/Internals/ClientAdapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ namespace CefSharp
auto resourceHandler = static_cast<ByteArrayResourceHandler^>(handler);

//NOTE: Prefix with cli:: namespace as VS2015 gets confused with std::array
cli::array<Byte>^ buffer = resourceHandler->Data;
cli::array<Byte>^ buffer = resourceHandler->Data;
pin_ptr<Byte> src = &buffer[0];

auto streamReader = CefStreamReader::CreateForData(static_cast<void*>(src), buffer->Length);
Expand Down

0 comments on commit b78208b

Please sign in to comment.