make test-tidy check that = have space after them

This commit is contained in:
erneyja 2015-08-30 22:20:38 -04:00
parent ccb8e46557
commit 17663315dd
23 changed files with 127 additions and 111 deletions

View file

@ -20,9 +20,9 @@ extern crate util;
extern crate url;
extern crate style;
#[cfg(target_os="macos")]
#[cfg(target_os = "macos")]
extern crate core_foundation;
#[cfg(target_os="macos")]
#[cfg(target_os = "macos")]
extern crate io_surface;
pub mod compositor_msg;