aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglrenderingcontext.rs
diff options
context:
space:
mode:
authorcoalman <tehcoalman@gmail.com>2017-04-18 02:21:10 -0400
committercoalman <tehcoalman@gmail.com>2017-04-18 14:56:13 -0400
commitfc34b9a14dfb357f15116a5e53a73146be14845a (patch)
treee0f698a480c2ebd6a4e0e50f365b85feecaf2066 /components/script/dom/webglrenderingcontext.rs
parent57e74542ee0b33bf103064a194f4d7ba27ea5b49 (diff)
downloadservo-fc34b9a14dfb357f15116a5e53a73146be14845a.tar.gz
servo-fc34b9a14dfb357f15116a5e53a73146be14845a.zip
Fix indentation errors in servo rust code that tidy now finds.
Diffstat (limited to 'components/script/dom/webglrenderingcontext.rs')
-rw-r--r--components/script/dom/webglrenderingcontext.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webglrenderingcontext.rs b/components/script/dom/webglrenderingcontext.rs
index f13f7f02d9b..8d99e1303d0 100644
--- a/components/script/dom/webglrenderingcontext.rs
+++ b/components/script/dom/webglrenderingcontext.rs
@@ -1795,7 +1795,7 @@ impl WebGLRenderingContextMethods for WebGLRenderingContext {
// WebGl conformance expects error with null programs. Check tests in get-active-test.html
self.webgl_error(InvalidValue);
return None;
- }
+ }
};
match program.get_active_uniform(index) {
@@ -1822,7 +1822,7 @@ impl WebGLRenderingContextMethods for WebGLRenderingContext {
// WebGl conformance expects error with null programs. Check tests in get-active-test.html
self.webgl_error(InvalidValue);
return None;
- }
+ }
};
match program.get_active_attrib(index) {