From 3c26b9551233c782a76790879fc0864af3055a11 Mon Sep 17 00:00:00 2001 From: Logan Chien Date: Wed, 25 Jun 2014 13:46:17 +0000 Subject: Code cleanup. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211697 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Support') diff --git a/lib/Support/Path.cpp b/lib/Support/Path.cpp index 535394c5b3..59c3798712 100644 --- a/lib/Support/Path.cpp +++ b/lib/Support/Path.cpp @@ -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]) { -- cgit v1.2.3