mirror of
https://github.com/servo/servo.git
synced 2025-06-15 11:54:28 +00:00
Remove trailing whitespace.
This commit is contained in:
parent
e5892989ca
commit
26e1001efd
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue