From d332f5867b7dd3516d39e07724ebf054ba0b79e5 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 16 Oct 2015 09:38:49 +0000 Subject: [PATCH] Reformat. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250504 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Support/Path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/Support/Path.cpp b/unittests/Support/Path.cpp index 416412f327c..e8cd98b8cfa 100644 --- a/unittests/Support/Path.cpp +++ b/unittests/Support/Path.cpp @@ -303,7 +303,7 @@ TEST(Support, HomeDirectory) { #ifdef LLVM_ON_WIN32 wchar_t *path = ::_wgetenv(L"USERPROFILE"); auto pathLen = ::wcslen(path); - ArrayRef ref{reinterpret_cast(path), pathLen * sizeof(wchar_t)}; + ArrayRef ref{reinterpret_cast(path), pathLen * sizeof(wchar_t)}; std::string expected; convertUTF16ToUTF8String(ref, expected); #else -- 2.34.1