From c43d20b744dd953c01c10091f167a8a42bf194e5 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Mon, 12 Jul 2010 17:02:13 +0200 Subject: asn1ct: change unusual whitespace char from 0xA0 to 0x20 Replace 0xA0 with 0x20. Signed-off-by: Tuncer Ayaz --- lib/asn1/src/asn1ct.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/asn1') diff --git a/lib/asn1/src/asn1ct.erl b/lib/asn1/src/asn1ct.erl index ae681a4a78..968468cb7f 100644 --- a/lib/asn1/src/asn1ct.erl +++ b/lib/asn1/src/asn1ct.erl @@ -1674,7 +1674,7 @@ create_pdec_inc_command(ModName, % [concat_sequential(lists:reverse(Comms), % [LastComm,CompAcc])|Acc] case lists:reverse(TagCommand) of - [Atom|Comms] when is_atom(Atom) -> + [Atom|Comms] when is_atom(Atom) -> [concat_sequential(lists:reverse(Comms), [Atom,CompAcc])|Acc]; [[Command2,Tag2]|Comms] -> -- cgit v1.2.3