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

@ -13,9 +13,9 @@ extern crate ipc_channel;
extern crate libc;
#[macro_use]
extern crate profile_traits;
#[cfg(target_os="linux")]
#[cfg(target_os = "linux")]
extern crate regex;
#[cfg(target_os="macos")]
#[cfg(target_os = "macos")]
extern crate task_info;
extern crate time as std_time;
extern crate util;