From a355505a5f0aeff4ca336fc464ce043b363cea05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Mon, 20 Jun 2011 17:57:29 -0400 Subject: [PATCH] Fix line length. --- src/comp/driver/session.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/comp/driver/session.rs b/src/comp/driver/session.rs index 695cf7e56068..3b73b650a9fe 100644 --- a/src/comp/driver/session.rs +++ b/src/comp/driver/session.rs @@ -124,8 +124,8 @@ obj session(ast::crate_num cnum, } fn has_external_crate(int num) -> bool { ret crates.contains_key(num); } fn add_used_library(&str lib) { - // A program has a small number of libraries, so a vector is probably a - // good data structure in here. + // A program has a small number of libraries, so a vector is probably + // a good data structure in here. for (str l in used_libraries) { if (l == lib) { ret;