Skip to content

Commit b17af64

Browse files
committed
ClangFormatPackage.cs: fix inconsistent line endings
llvm-svn: 196131
1 parent 3c1d332 commit b17af64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private void MenuItemCallback(object sender, EventArgs args)
129129
/// </summary>
130130
private string RunClangFormat(string text, int offset, int length, string path)
131131
{
132-
string vsixPath = Path.GetDirectoryName(
132+
string vsixPath = Path.GetDirectoryName(
133133
typeof(ClangFormatPackage).Assembly.Location);
134134

135135
System.Diagnostics.Process process = new System.Diagnostics.Process();

0 commit comments

Comments
 (0)