xlite: renormalize line endings Git index had some CRLF files which are checkout on Unix as-is. This commit runs git add --renormalize . command and unifies line endings as LF. Current line endings in repo and in working space can be seen via git ls-files --eol command. Having all files in LF format in index allows both Unix and Windows work correctly with default git settings. Signed-off-by: Igor Prusov <prusov.igor@huawei.com>