commit | e2c76a8bad2fbeafcfb80aa749212b4b16e60257 | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Tue Jun 10 14:35:36 2014 -0700 |
committer | Jiri Kosina <jkosina@suse.cz> | Wed Jun 11 10:50:21 2014 +0200 |
tree | b51e39fa3733e097f738cce0522c0d282dcfdb94 | |
parent | 81ba992689ce1ab223e1df7673d4bab1e257ba11 [diff] |
HID: Kconfig: drop remove Unicode non-breaking space from Kconfig There is a UTF-8 non-breaking space character (0xc2 0xa0) after the "Y" in "Say Y here". This is probably not intentional. Replace it with a standard ASCII space (0x20). If you can't see a difference here, I don't blame you :) Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>