Remove trailing whitespace

This commit is contained in:
Jeremy Soller 2016-12-19 17:42:07 -07:00
parent 0a014c6841
commit 228e495e7f

View File

@ -266,7 +266,7 @@ impl Config {
set(&mut config.llvm_version_check, llvm.version_check);
set(&mut config.llvm_static_stdcpp, llvm.static_libstdcpp);
}
if let Some(ref rust) = toml.rust {
set(&mut config.rust_debug_assertions, rust.debug_assertions);
set(&mut config.rust_debuginfo, rust.debuginfo);