2006-10-18 Igor Zelmanovich <igorz@mainsoft.com>
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / ContentDirection.cs
index c41427364d30cf790edaf9c3c074a89792c1eb3b..b9566b9d2306ad6eefe482a253e0e0f04c1e6c4c 100644 (file)
 //
 
 #if NET_2_0
-namespace System.Web.UI.WebControls
-{
-        public enum ContentDirection
-        {
+namespace System.Web.UI.WebControls {
+        public enum ContentDirection {
                 NotSet = 0,
-                               LeftToRight = 1,
-                               RightToLeft = 2
-        }
+               LeftToRight = 1,
+               RightToLeft = 2
+       }
 }
 #endif