Skip to content

Commit 576feb4

Browse files
committed
Revert formatting changed by VS
1 parent 4138ba7 commit 576feb4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/NetMQ/NetMQPoller.cs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ public void StopAsync()
580580
m_stopSignaler.RequestStop();
581581
}
582582

583-
#endregion
583+
#endregion
584584

585585
private void OnSocketEventsChanged(object sender, NetMQSocketEventArgs e)
586586
{
@@ -619,7 +619,7 @@ private void RebuildPollset()
619619
m_isPollSetDirty = false;
620620
}
621621

622-
#region IEnumerable
622+
#region IEnumerable
623623

624624
/// <summary>This class only implements <see cref="IEnumerable"/> in order to support collection initialiser syntax.</summary>
625625
/// <returns>An empty enumerator.</returns>
@@ -628,9 +628,9 @@ IEnumerator IEnumerable.GetEnumerator()
628628
yield break;
629629
}
630630

631-
#endregion
631+
#endregion
632632

633-
#region IDisposable
633+
#region IDisposable
634634

635635
private enum DisposeState
636636
{
@@ -687,9 +687,9 @@ public void Dispose()
687687
m_disposeState = (int)DisposeState.Disposed;
688688
}
689689

690-
#endregion
690+
#endregion
691691

692-
#region ISynchronizeInvoke
692+
#region ISynchronizeInvoke
693693

694694
#if NET40
695695
IAsyncResult ISynchronizeInvoke.BeginInvoke(Delegate method, object[] args)
@@ -718,9 +718,9 @@ object ISynchronizeInvoke.Invoke(Delegate method, object[] args)
718718
bool ISynchronizeInvoke.InvokeRequired => !CanExecuteTaskInline;
719719
#endif
720720

721-
#endregion
721+
#endregion
722722

723-
#region Synchronisation context
723+
#region Synchronisation context
724724

725725
#if !NET35
726726
private sealed class NetMQSynchronizationContext : SynchronizationContext
@@ -749,6 +749,6 @@ public override void Send(SendOrPostCallback d, object state)
749749
}
750750
#endif
751751

752-
#endregion
752+
#endregion
753753
}
754754
}

0 commit comments

Comments
 (0)