зеркало из https://github.com/microsoft/clang-1.git
ClangFormatPackage.cs: fix inconsistent line endings
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196131 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
bdc243a320
Коммит
c410ddbaca
|
@ -129,7 +129,7 @@ namespace LLVM.ClangFormat
|
|||
/// </summary>
|
||||
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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче