Remove trailing whitespace.

This commit is contained in:
Josh Matthews 2018-10-01 13:32:34 +02:00 committed by GitHub
parent e5892989ca
commit 26e1001efd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -222,7 +222,7 @@ impl<VR: WebVRRenderHandler + 'static> WebGLThread<VR> {
.map(|r| (r, WebGLContextShareMode::SharedTexture))
.or_else(|err| {
warn!("Couldn't create shared GL context ({}), using slow \
readback context instead.", err);
readback context instead.", err);
let ctx = self.gl_factory.new_context(version, size, attributes);
ctx.map(|r| (r, WebGLContextShareMode::Readback))
});