Fix alpha sort in some configs.
These files are supposed to be alpha sorted, but some entries are not,
which makes alphasorting them later much harder.
$ LANG=C sort config >config.sorted; mv config.sorted config
Bug: none
Change-Id: I3c8ca4598424ff9d169ea8877f9c61d91c0f1f1a
Signed-off-by:
Alistair Strachan <astrachan@google.com>
Loading
Please sign in to comment