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.Drawing/System.Drawing.Imaging/ImageAttributes.jvm.cs')
-rw-r--r--mcs/class/System.Drawing/System.Drawing.Imaging/ImageAttributes.jvm.cs22
1 files changed, 11 insertions, 11 deletions
diff --git a/mcs/class/System.Drawing/System.Drawing.Imaging/ImageAttributes.jvm.cs b/mcs/class/System.Drawing/System.Drawing.Imaging/ImageAttributes.jvm.cs
index fde74ff8cf0..dafafc83b5e 100644
--- a/mcs/class/System.Drawing/System.Drawing.Imaging/ImageAttributes.jvm.cs
+++ b/mcs/class/System.Drawing/System.Drawing.Imaging/ImageAttributes.jvm.cs
@@ -1,12 +1,12 @@
-
-using System;
-using System.Drawing;
-using System.Drawing.Drawing2D;
-
-namespace System.Drawing.Imaging
-{
- /// <summary>
- /// Summary description for ImageAttributes.
+
+using System;
+using System.Drawing;
+using System.Drawing.Drawing2D;
+
+namespace System.Drawing.Imaging
+{
+ /// <summary>
+ /// Summary description for ImageAttributes.
/// </summary>
///
[MonoTODO]
@@ -293,6 +293,6 @@ namespace System.Drawing.Imaging
public Color col;
public bool bClamp;
public ColorPalette clrPalette;
- public bool bNoOp;
- }
+ public bool bNoOp;
+ }
} \ No newline at end of file