Skip to content

Commit

Permalink
Code cleanup.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211697 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
loganchien committed Jun 25, 2014
1 parent f6a9418 commit 3c26b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Support/Path.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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]) {
Expand Down

0 comments on commit 3c26b95

Please sign in to comment.