Skip to content

Commit e37573d

Browse files
author
Benjamin William Herila
committed
Fixed tabs and newlines
1 parent 507317a commit e37573d

File tree

2,633 files changed

+207505
-207509
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,633 files changed

+207505
-207509
lines changed

build/BuildSupport/Commands.ZipDirectory.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Text;

build/BuildSupport/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Text;

build/BuildSupport/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Reflection;
1+
using System.Reflection;
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

examples/CSharp/About.aspx.cs

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Web;
5-
using System.Web.UI;
6-
using System.Web.UI.WebControls;
7-
8-
namespace CSharp
9-
{
10-
public partial class About : Page
11-
{
12-
protected void Page_Load(object sender, EventArgs e)
13-
{
14-
15-
}
16-
}
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Web;
5+
using System.Web.UI;
6+
using System.Web.UI.WebControls;
7+
8+
namespace CSharp
9+
{
10+
public partial class About : Page
11+
{
12+
protected void Page_Load(object sender, EventArgs e)
13+
{
14+
15+
}
16+
}
1717
}

examples/CSharp/About.aspx.designer.cs

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/CSharp/Account/Login.aspx.cs

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Web;
5-
using System.Web.UI;
6-
using System.Web.UI.WebControls;
7-
8-
namespace CSharp.Account
9-
{
10-
public partial class Login : Page
11-
{
12-
protected void Page_Load(object sender, EventArgs e)
13-
{
14-
RegisterHyperLink.NavigateUrl = "Register.aspx";
15-
OpenAuthLogin.ReturnUrl = Request.QueryString["ReturnUrl"];
16-
17-
var returnUrl = HttpUtility.UrlEncode(Request.QueryString["ReturnUrl"]);
18-
if (!String.IsNullOrEmpty(returnUrl))
19-
{
20-
RegisterHyperLink.NavigateUrl += "?ReturnUrl=" + returnUrl;
21-
}
22-
}
23-
}
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Web;
5+
using System.Web.UI;
6+
using System.Web.UI.WebControls;
7+
8+
namespace CSharp.Account
9+
{
10+
public partial class Login : Page
11+
{
12+
protected void Page_Load(object sender, EventArgs e)
13+
{
14+
RegisterHyperLink.NavigateUrl = "Register.aspx";
15+
OpenAuthLogin.ReturnUrl = Request.QueryString["ReturnUrl"];
16+
17+
var returnUrl = HttpUtility.UrlEncode(Request.QueryString["ReturnUrl"]);
18+
if (!String.IsNullOrEmpty(returnUrl))
19+
{
20+
RegisterHyperLink.NavigateUrl += "?ReturnUrl=" + returnUrl;
21+
}
22+
}
23+
}
2424
}

examples/CSharp/Account/Login.aspx.designer.cs

+35-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)