Skip to content

Commit

Permalink
Mach fmt, this time including C++ files
Browse files Browse the repository at this point in the history
  • Loading branch information
ferjm committed Nov 20, 2019
1 parent 6dcdfef commit 9f77ea1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions ports/libsimpleservo/capi/src/lib.rs
Expand Up @@ -17,8 +17,7 @@ use env_logger;
use log::LevelFilter; use log::LevelFilter;
use simpleservo::{self, gl_glue, ServoGlue, SERVO}; use simpleservo::{self, gl_glue, ServoGlue, SERVO};
use simpleservo::{ use simpleservo::{
Coordinates, EventLoopWaker, HostTrait, InitOptions, MouseButton, Coordinates, EventLoopWaker, HostTrait, InitOptions, MouseButton, VRInitOptions,
VRInitOptions,
}; };
use std::ffi::{CStr, CString}; use std::ffi::{CStr, CString};
#[cfg(target_os = "windows")] #[cfg(target_os = "windows")]
Expand Down Expand Up @@ -713,12 +712,7 @@ impl HostTrait for HostCallbacks {
(self.0.set_clipboard_contents)(contents.as_ptr()); (self.0.set_clipboard_contents)(contents.as_ptr());
} }


fn on_media_session_metadata( fn on_media_session_metadata(&self, title: String, artist: String, album: String) {
&self,
title: String,
artist: String,
album: String,
) {
debug!( debug!(
"on_media_session_metadata ({:?} {:?} {:?})", "on_media_session_metadata ({:?} {:?} {:?})",
title, artist, album title, artist, album
Expand Down
2 changes: 1 addition & 1 deletion tests/wpt/mozilla/meta/MANIFEST.json
Expand Up @@ -19023,7 +19023,7 @@
"testharness" "testharness"
], ],
"mozilla/interfaces.html": [ "mozilla/interfaces.html": [
"db1c5f553443121aa8eba862bcbaa3189ee42c2c", "f1d58732adafef4afc9f9b7f16d6961e4b74a5e9",
"testharness" "testharness"
], ],
"mozilla/interfaces.js": [ "mozilla/interfaces.js": [
Expand Down

0 comments on commit 9f77ea1

Please sign in to comment.