Fixed conding style and added license/copyright header to new files
[mono.git] / mcs / class / System.Transactions / System.Transactions / TransactionManager.cs
index feb62fc7e07dfbd4f8f27365c64739c139b24db5..a7a62b6388e559e3045f7dc5effcfaa16d94243f 100644 (file)
@@ -16,16 +16,16 @@ namespace System.Transactions
 {
        public static class TransactionManager
        {
-               static TransactionManager()
+               static TransactionManager ()
                {\r
-                       defaultSettings = ConfigurationManager.GetSection("system.transactions/defaultSettings") as DefaultSettingsSection;\r
-                       machineSettings = ConfigurationManager.GetSection("system.transactions/machineSettings") as MachineSettingsSection;
+                       defaultSettings = ConfigurationManager.GetSection ("system.transactions/defaultSettings") as DefaultSettingsSection;\r
+                       machineSettings = ConfigurationManager.GetSection ("system.transactions/machineSettings") as MachineSettingsSection;
                }\r
 \r
                static DefaultSettingsSection defaultSettings;\r
                static MachineSettingsSection machineSettings;\r
-               static TimeSpan defaultTimeout = new TimeSpan(0, 1, 0); /* 60 secs */\r
-               static TimeSpan maxTimeout = new TimeSpan(0, 10, 0); /* 10 mins */
+               static TimeSpan defaultTimeout = new TimeSpan (0, 1, 0); /* 60 secs */\r
+               static TimeSpan maxTimeout = new TimeSpan (0, 10, 0); /* 10 mins */
 
                public static TimeSpan DefaultTimeout {\r
                        get {\r