Skip to content
Snippets Groups Projects
Commit d33b1e45 authored by Tor Norbye's avatar Tor Norbye
Browse files

Fix type comparison to ignore whitespace

When comparing type signatures,	spaces should not be significant,
eg. Map<X,Y> ==	Map<X, Y>. This	was already mostly the case, except
for when comparing types from one signature file with types from
another, as is the case when doing compatibility checks with show
annotations (such as the system API).

Test: Unit tests included
Change-Id: Icec1a679cfb9245905581bc0fe9074745f835038
parent daa778dd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment