From c410ddbaca358ba42a593f91bb9894226db72f06 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Mon, 2 Dec 2013 18:57:12 +0000 Subject: [PATCH] ClangFormatPackage.cs: fix inconsistent line endings git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196131 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs b/tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs index 193d6a93f3..c3aa8fecde 100644 --- a/tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs +++ b/tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs @@ -129,7 +129,7 @@ namespace LLVM.ClangFormat /// private string RunClangFormat(string text, int offset, int length, string path) { - string vsixPath = Path.GetDirectoryName( + string vsixPath = Path.GetDirectoryName( typeof(ClangFormatPackage).Assembly.Location); System.Diagnostics.Process process = new System.Diagnostics.Process(); -- 2.40.0