changeset 145:57517f472ab5

* Line ending cleanup no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Mon, 21 Sep 2009 19:20:42 +0000
parents 721891008b5c
children 0b32cc40d82f
files api/Commands/CreateAndAddUnitCommand.cs
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/api/Commands/CreateAndAddUnitCommand.cs	Mon Sep 21 18:58:50 2009 +0000
+++ b/api/Commands/CreateAndAddUnitCommand.cs	Mon Sep 21 19:20:42 2009 +0000
@@ -66,11 +66,11 @@
 		public override string Name
 		{
 			get { return "Add new unit"; }
-		}
-
-		public Unit Unit
-		{
-			get { return addedUnit; }
+		}
+
+		public Unit Unit
+		{
+			get { return addedUnit; }
 		}
 	}
 }