Skip to content

Commit

Permalink
Cleanup some code formatting in compositing/compositor.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Zwarich committed Oct 6, 2014
1 parent 1aa13bb commit 54f9bb0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions components/compositing/compositor.rs
Expand Up @@ -314,13 +314,11 @@ impl IOCompositor {
chan.send(Some(azure_hl::current_graphics_metadata()));
}

(Ok(CreateOrUpdateRootLayer(layer_properties)),
NotShuttingDown) => {
(Ok(CreateOrUpdateRootLayer(layer_properties)), NotShuttingDown) => {
self.create_or_update_root_layer(layer_properties);
}

(Ok(CreateOrUpdateDescendantLayer(layer_properties)),
NotShuttingDown) => {
(Ok(CreateOrUpdateDescendantLayer(layer_properties)), NotShuttingDown) => {
self.create_or_update_descendant_layer(layer_properties);
}

Expand Down

5 comments on commit 54f9bb0

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging zwarich/servo/compositor-cleanup = 54f9bb0 into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zwarich/servo/compositor-cleanup = 54f9bb0 merged ok, testing candidate = 0549ed3

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 0549ed3

Please sign in to comment.