mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
NFC. clang-format wants to change this from two lines to one.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229171 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
736c14962e
commit
a87100c6d2
@ -698,8 +698,7 @@ void cl::TokenizeWindowsCommandLine(StringRef Src, StringSaver &Saver,
|
||||
// It is called byte order marker but the UTF-8 BOM is actually not affected
|
||||
// by the host system's endianness.
|
||||
static bool hasUTF8ByteOrderMark(ArrayRef<char> S) {
|
||||
return (S.size() >= 3 &&
|
||||
S[0] == '\xef' && S[1] == '\xbb' && S[2] == '\xbf');
|
||||
return (S.size() >= 3 && S[0] == '\xef' && S[1] == '\xbb' && S[2] == '\xbf');
|
||||
}
|
||||
|
||||
static bool ExpandResponseFile(const char *FName, StringSaver &Saver,
|
||||
|
Loading…
Reference in New Issue
Block a user