Skip to content

Commit

Permalink
Remove trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Oct 1, 2018
1 parent e589298 commit 26e1001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/canvas/webgl_thread.rs
Expand Up @@ -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))
});
Expand Down

0 comments on commit 26e1001

Please sign in to comment.