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:
authorRaja R Harinath <harinath@hurrynot.org>2005-06-17 10:39:43 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-06-17 10:39:43 +0400
commit5942f52d09bec4e713625046d6669cffe259696c (patch)
tree0cabb7f2be9741f41df0f1d55c438a935e980f58 /mcs/class/System.XML/System.Xml/XmlTextWriter.cs
parent1fb5ed27a3a1eadd80b69e453e1920476ce2a6fe (diff)
Standardize line-endings in files (if most of the file is CRLF,
convert the whole thing to CRLF). Set svn:eol-style native for files with LF line-endings. Remove svn:executable. svn path=/trunk/mcs/; revision=46117
Diffstat (limited to 'mcs/class/System.XML/System.Xml/XmlTextWriter.cs')
-rw-r--r--mcs/class/System.XML/System.Xml/XmlTextWriter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.XML/System.Xml/XmlTextWriter.cs b/mcs/class/System.XML/System.Xml/XmlTextWriter.cs
index f37c4909add..e07b584a80d 100644
--- a/mcs/class/System.XML/System.Xml/XmlTextWriter.cs
+++ b/mcs/class/System.XML/System.Xml/XmlTextWriter.cs
@@ -31,7 +31,7 @@
//
using System;
using System.Collections;
-using System.Globalization;
+using System.Globalization;
using System.IO;
using System.Text;