Kill trailing whitespace.

This commit is contained in:
Graydon Hoare 2011-09-12 16:33:43 -07:00
parent a4815b6742
commit 7f94957721
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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};