Skip to content

Commit 4ab1d63

Browse files
committed
---
yaml --- r: 3918 b: refs/heads/master c: 49da7da h: refs/heads/master v: v3
1 parent 35879a9 commit 4ab1d63

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: c124a025bfb421791b0b4bf1350f6203e346781a
2+
refs/heads/master: 49da7da441716da2ae99b893907f0fbd1655d813

trunk/src/comp/metadata/decoder.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ fn lookup_hash(&ebmlivec::doc d, fn(&u8[]) -> bool eq_fn, uint hash) ->
5555
ret result;
5656
}
5757

58-
fn maybe_find_item(int item_id, &ebmlivec::doc items) -> option::t[ebmlivec::doc] {
58+
fn maybe_find_item(int item_id, &ebmlivec::doc items)
59+
-> option::t[ebmlivec::doc] {
5960
fn eq_item(&u8[] bytes, int item_id) -> bool {
6061
ret ebmlivec::be_uint_from_bytes(@bytes, 0u, 4u) as int == item_id;
6162
}

0 commit comments

Comments
 (0)