From: NAKAMURA Takumi Date: Fri, 16 Oct 2015 09:38:49 +0000 (+0000) Subject: Reformat. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d332f5867b7dd3516d39e07724ebf054ba0b79e5;p=oota-llvm.git Reformat. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250504 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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