From 6b9d38d40a53dfd798507d738ad4eb909137c13c Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 30 Jan 2018 14:39:13 +0800 Subject: [PATCH] remove trailing spaces in ada template (#7527) --- modules/swagger-codegen/src/main/resources/Ada/config.gpr | 8 ++++---- samples/client/petstore/ada/config.gpr | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/swagger-codegen/src/main/resources/Ada/config.gpr b/modules/swagger-codegen/src/main/resources/Ada/config.gpr index d3533ef33984..e2f60ea1b6a4 100644 --- a/modules/swagger-codegen/src/main/resources/Ada/config.gpr +++ b/modules/swagger-codegen/src/main/resources/Ada/config.gpr @@ -13,7 +13,7 @@ abstract project Config is package Builder is case Mode is - when "debug" => + when "debug" => for Default_Switches ("Ada") use ("-g", "-j" & Processors); when others => for Default_Switches ("Ada") use ("-g", "-O2", "-j" & Processors); @@ -68,7 +68,7 @@ abstract project Config is when "optimize" => for Default_Switches ("Ada") use ("-Wl,--gc-sections"); - + when others => null; end case; @@ -79,8 +79,8 @@ abstract project Config is ("-fprofile-arcs"); when others => end case; - end linker; - + end linker; + package Ide is for VCS_Kind use "git"; end Ide; diff --git a/samples/client/petstore/ada/config.gpr b/samples/client/petstore/ada/config.gpr index d3533ef33984..e2f60ea1b6a4 100644 --- a/samples/client/petstore/ada/config.gpr +++ b/samples/client/petstore/ada/config.gpr @@ -13,7 +13,7 @@ abstract project Config is package Builder is case Mode is - when "debug" => + when "debug" => for Default_Switches ("Ada") use ("-g", "-j" & Processors); when others => for Default_Switches ("Ada") use ("-g", "-O2", "-j" & Processors); @@ -68,7 +68,7 @@ abstract project Config is when "optimize" => for Default_Switches ("Ada") use ("-Wl,--gc-sections"); - + when others => null; end case; @@ -79,8 +79,8 @@ abstract project Config is ("-fprofile-arcs"); when others => end case; - end linker; - + end linker; + package Ide is for VCS_Kind use "git"; end Ide;