Kill trailing whitespace.
This commit is contained in:
parent
a4815b6742
commit
7f94957721
@ -29,7 +29,7 @@ import util::common;
|
||||
import util::common::*;
|
||||
import lib::llvm::{llvm, target_data, type_names,
|
||||
mk_target_data, mk_type_names};
|
||||
import lib::llvm::llvm::{ModuleRef, ValueRef, TypeRef, TypeHandleRef,
|
||||
import lib::llvm::llvm::{ModuleRef, ValueRef, TypeRef, TypeHandleRef,
|
||||
BuilderRef, BasicBlockRef};
|
||||
import lib::llvm::{Bool, True, False};
|
||||
import link::{mangle_internal_name_by_type_only,
|
||||
|
@ -3,7 +3,7 @@ import std::{str, option};
|
||||
import std::option::{some, none};
|
||||
import syntax::ast;
|
||||
import syntax::parse::token;
|
||||
import syntax::parse::parser::{parser, new_parser_from_file,
|
||||
import syntax::parse::parser::{parser, new_parser_from_file,
|
||||
parse_inner_attrs_and_next,
|
||||
parse_mod_items, SOURCE_FILE};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user