From 9da51ee5f9392cdc61a134b0266c5a26320923ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 31 Dec 2014 00:07:03 +0100 Subject: Remove an extraneous empty line --- src/cow_http_hd.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cow_http_hd.erl b/src/cow_http_hd.erl index 66cb746..e2bde6d 100644 --- a/src/cow_http_hd.erl +++ b/src/cow_http_hd.erl @@ -1600,7 +1600,6 @@ media_charset_quoted(<< C, R/bits >>, T, S, P, V) when ?IS_VCHAR_OBS(C) -> end. media_charset(<<>>, T, S, P, V) -> {T, S, lists:reverse([{<<"charset">>, V}|P])}; - media_charset(<< $;, R/bits >>, T, S, P, V) -> media_before_param(R, T, S, [{<<"charset">>, V}|P]); media_charset(<< $\s, R/bits >>, T, S, P, V) -> media_before_semicolon(R, T, S, [{<<"charset">>, V}|P]); media_charset(<< $\t, R/bits >>, T, S, P, V) -> media_before_semicolon(R, T, S, [{<<"charset">>, V}|P]); -- cgit v1.2.3