Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Management/System.Management.Instrumentation/Instance.cs')
-rw-r--r--mcs/class/System.Management/System.Management.Instrumentation/Instance.cs18
1 files changed, 9 insertions, 9 deletions
diff --git a/mcs/class/System.Management/System.Management.Instrumentation/Instance.cs b/mcs/class/System.Management/System.Management.Instrumentation/Instance.cs
index cc40a4267fc..2c4d9eeb70c 100644
--- a/mcs/class/System.Management/System.Management.Instrumentation/Instance.cs
+++ b/mcs/class/System.Management/System.Management.Instrumentation/Instance.cs
@@ -29,16 +29,16 @@
//
namespace System.Management.Instrumentation
-{
- [InstrumentationClass (InstrumentationType.Instance)]
+{
+ [InstrumentationClass (InstrumentationType.Instance)]
public abstract class Instance : IInstance {
- bool published;
-
- [MonoTODO]
- protected Instance ()
- {
- }
-
+ bool published;
+
+ [MonoTODO]
+ protected Instance ()
+ {
+ }
+
[IgnoreMember]
public bool Published {
get { return published; }