K 10 svn:author V 6 eadler K 8 svn:date V 27 2018-03-08T06:54:33.338541Z K 7 svn:log V 229 MFC r309220: indent(1): Properly handle the wide string literal and wide char constant L. indent(1) treated the "L" in "L'a'" as if it were an identifier and forced a space character after it, breaking valid code. PR: 143090 END