summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2016-08-07 09:12:55 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2016-08-07 09:12:55 -0700
commitb9d8f22789138c6a06efb2d06d28d639f91f10a3 (patch)
treec6bd9dd0f11f800b827b3fcddf0528053540f313
parent55cea93e6c131bdd73e7bab13539f33baab449b1 (diff)
scripts: Fix indentation
-rw-r--r--scripts/nuget.autopkg10
1 files changed, 4 insertions, 6 deletions
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 {