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.XML/Mono.Xml/IHasXmlSchemaInfo.cs')
-rw-r--r--mcs/class/System.XML/Mono.Xml/IHasXmlSchemaInfo.cs16
1 files changed, 8 insertions, 8 deletions
diff --git a/mcs/class/System.XML/Mono.Xml/IHasXmlSchemaInfo.cs b/mcs/class/System.XML/Mono.Xml/IHasXmlSchemaInfo.cs
index 1c751f0680c..684ce3028de 100644
--- a/mcs/class/System.XML/Mono.Xml/IHasXmlSchemaInfo.cs
+++ b/mcs/class/System.XML/Mono.Xml/IHasXmlSchemaInfo.cs
@@ -30,11 +30,11 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
using System.Xml;
-
-namespace Mono.Xml
-{
- internal interface IHasXmlSchemaInfo
- {
- object SchemaType { get; }
- }
-}
+
+namespace Mono.Xml
+{
+ internal interface IHasXmlSchemaInfo
+ {
+ object SchemaType { get; }
+ }
+}