From 6bac11f071067659489f67dc721bda87226de385 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Fri, 9 Dec 2011 22:25:23 +1300 Subject: [PATCH] fix formatting in editor.Form1 --- OpenRA.Editor/Form1.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenRA.Editor/Form1.cs b/OpenRA.Editor/Form1.cs index 8550762538..eca961eb73 100755 --- a/OpenRA.Editor/Form1.cs +++ b/OpenRA.Editor/Form1.cs @@ -286,9 +286,9 @@ namespace OpenRA.Editor return; surface1.Map.ResizeCordon((int)rd.cordonLeft.Value, - (int)rd.cordonTop.Value, - (int)rd.cordonRight.Value, - (int)rd.cordonBottom.Value); + (int)rd.cordonTop.Value, + (int)rd.cordonRight.Value, + (int)rd.cordonBottom.Value); if ((int)rd.width.Value != surface1.Map.MapSize.X || (int)rd.height.Value != surface1.Map.MapSize.Y) {