mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Merge pull request #3480 from zwarich/trailing-whitespace
Fix trailing whitespace tidy errors Reviewed-by: larsbergstrom
This commit is contained in:
commit
c2d6d8084c
4 changed files with 8 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
|||
//! 5. `trace_object()` calls `JS_CallTracer()` to notify the GC, which will
|
||||
//! add the object to the graph, and will trace that object as well.
|
||||
//!
|
||||
//! The untraceable!() macro adds an empty implementation of JSTraceable to
|
||||
//! The untraceable!() macro adds an empty implementation of JSTraceable to
|
||||
//! a datatype.
|
||||
|
||||
use dom::bindings::js::JS;
|
||||
|
@ -236,4 +236,5 @@ impl<'a> JSTraceable for &'a str {
|
|||
fn trace(&self, _: *mut JSTracer) {
|
||||
// Do nothing
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue