mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Code cleanup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211697 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f6a9418651
commit
3c26b95512
@ -927,7 +927,7 @@ void directory_entry::replace_filename(const Twine &filename, file_status st) {
|
||||
}
|
||||
|
||||
/// @brief Identify the magic in magic.
|
||||
file_magic identify_magic(StringRef Magic) {
|
||||
file_magic identify_magic(StringRef Magic) {
|
||||
if (Magic.size() < 4)
|
||||
return file_magic::unknown;
|
||||
switch ((unsigned char)Magic[0]) {
|
||||
|
Loading…
Reference in New Issue
Block a user