kconfigini: Strip leading whitespace when reading entry values.

Authored by mpyne on Aug 7 2017, 2:18 AM.

Description

kconfigini: Strip leading whitespace when reading entry values.

As per the Desktop Entry spec, we strip trailing whitespace from the key
when we split an entry into a key/value pair at the '='. Now we also
strip leading whitespace from the resulting value like we should.

CCBUG:310674

Differential Revision: https://phabricator.kde.org/D7169