Fix long line.

This commit is contained in:
Graydon Hoare 2011-07-14 12:55:17 -07:00
parent c124a025bf
commit 49da7da441
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ fn lookup_hash(&ebmlivec::doc d, fn(&u8[]) -> bool eq_fn, uint hash) ->
ret result;
}
fn maybe_find_item(int item_id, &ebmlivec::doc items) -> option::t[ebmlivec::doc] {
fn maybe_find_item(int item_id, &ebmlivec::doc items)
-> option::t[ebmlivec::doc] {
fn eq_item(&u8[] bytes, int item_id) -> bool {
ret ebmlivec::be_uint_from_bytes(@bytes, 0u, 4u) as int == item_id;
}