From b9d8f22789138c6a06efb2d06d28d639f91f10a3 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sun, 7 Aug 2016 09:12:55 -0700 Subject: scripts: Fix indentation --- scripts/nuget.autopkg | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'scripts') diff --git a/scripts/nuget.autopkg b/scripts/nuget.autopkg index 787216e..687ea03 100644 --- a/scripts/nuget.autopkg +++ b/scripts/nuget.autopkg @@ -1,10 +1,8 @@ configurations { - // This node contains custom pivot information. - Toolset - { - key: "PlatformToolset"; - choices: { v140, v120, v110, v100 }; - } + Toolset { + key: "PlatformToolset"; + choices: { v140, v120, v110, v100 }; + } } nuget { nuspec { -- cgit v1.2.3