summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Diagnostics/ICustomDebuggerNotification.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/Diagnostics/ICustomDebuggerNotification.cs')
-rw-r--r--src/mscorlib/src/System/Diagnostics/ICustomDebuggerNotification.cs8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mscorlib/src/System/Diagnostics/ICustomDebuggerNotification.cs b/src/mscorlib/src/System/Diagnostics/ICustomDebuggerNotification.cs
index 29323cea2d..e7f41051f2 100644
--- a/src/mscorlib/src/System/Diagnostics/ICustomDebuggerNotification.cs
+++ b/src/mscorlib/src/System/Diagnostics/ICustomDebuggerNotification.cs
@@ -8,9 +8,11 @@
** This interface is implemented by classes that support custom debugger notifications.
**
===========================================================*/
-namespace System.Diagnostics {
-
- using System;
+
+using System;
+
+namespace System.Diagnostics
+{
// Defines an interface indicating that a custom debugger notification is requested under specific
// conditions. Users should implement this interface to be used as an argument to
// System.Diagnostics.Debugger.CustomNotification.