Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 1f7a4db

Browse files
committed
spacing
1 parent 69c482b commit 1f7a4db

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Visual Studio Project Template C#/PluginInfrastructure/Scintilla_iface.cs

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@ namespace Kbg.NppPluginNET.PluginInfrastructure
1818
[StructLayout(LayoutKind.Sequential)]
1919
public struct ScNotificationHeader
2020
{
21-
/// <summary>
22-
/// environment specific window handle/pointer
23-
/// </summary>
24-
public IntPtr hwndFrom;
25-
26-
/// <summary>
27-
/// CtrlID of the window issuing the notification
28-
/// </summary>
29-
public uint IdFrom;
21+
/// <summary>
22+
/// environment specific window handle/pointer
23+
/// </summary>
24+
public IntPtr hwndFrom;
25+
26+
/// <summary>
27+
/// CtrlID of the window issuing the notification
28+
/// </summary>
29+
public uint IdFrom;
30+
3031
/// <summary>
3132
/// The SCN_* notification Code
3233
/// </summary>

0 commit comments

Comments
 (0)