Fix formatting issues.

This commit is contained in:
Lars Bergstrom 2013-09-12 11:16:15 -07:00
parent d6231a18ef
commit 08b3902bbb
2 changed files with 10 additions and 9 deletions

View file

@ -486,7 +486,8 @@ impl CompositorLayer {
} else {
// ID does not match ours, so recurse on descendents (including hidden children).
self.children.mut_iter().map(|x| &mut x.child)
.any(|x| { let buffers = cell.take();
.any(|x| {
let buffers = cell.take();
let result = x.add_buffers(pipeline_id, buffers.clone(), epoch);
if result {
result