ClangFormatPackage.cs: fix inconsistent line endings

llvm-svn: 196131
This commit is contained in:
Hans Wennborg 2013-12-02 18:57:12 +00:00
parent 3c1d33241c
commit b17af647f0
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ namespace LLVM.ClangFormat
/// </summary> /// </summary>
private string RunClangFormat(string text, int offset, int length, string path) private string RunClangFormat(string text, int offset, int length, string path)
{ {
string vsixPath = Path.GetDirectoryName( string vsixPath = Path.GetDirectoryName(
typeof(ClangFormatPackage).Assembly.Location); typeof(ClangFormatPackage).Assembly.Location);
System.Diagnostics.Process process = new System.Diagnostics.Process(); System.Diagnostics.Process process = new System.Diagnostics.Process();