aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat
diff options
context:
space:
mode:
authorPiotr Trojanek <trojanek@adacore.com>2021-11-29 13:21:04 +0100
committerPierre-Marie de Rodat <derodat@adacore.com>2022-01-05 11:32:36 +0000
commit08613129bb18b932e8c1108fca1c8e4e39a24e38 (patch)
treed2144131f10d371f36ca6eaaa2e6d9cff2e601a6 /gcc/ada/libgnat
parent82faa04d974fe8691b5d5b4384c466eb5c5593db (diff)
downloadgcc-08613129bb18b932e8c1108fca1c8e4e39a24e38.zip
gcc-08613129bb18b932e8c1108fca1c8e4e39a24e38.tar.gz
gcc-08613129bb18b932e8c1108fca1c8e4e39a24e38.tar.bz2
[Ada] Remove extra space in parameter associations
gcc/ada/ * exp_aggr.adb (Two_Pass_Aggregate_Expansion): Fix whitespace. * libgnat/a-cofuve.ads (Add): Likewise. * sem_ch3.adb (Build_Access_Subprogram_Wrapper): Likewise.
Diffstat (limited to 'gcc/ada/libgnat')
-rw-r--r--gcc/ada/libgnat/a-cofuve.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/libgnat/a-cofuve.ads b/gcc/ada/libgnat/a-cofuve.ads
index ee52730..b9af5ca 100644
--- a/gcc/ada/libgnat/a-cofuve.ads
+++ b/gcc/ada/libgnat/a-cofuve.ads
@@ -303,7 +303,7 @@ package Ada.Containers.Functional_Vectors with SPARK_Mode is
and then Get (Add'Result, Position) = New_Item
and then Range_Equal
(Left => Container,
- Right => Add'Result,
+ Right => Add'Result,
Fst => Index_Type'First,
Lst => Index_Type'Pred (Position))
and then Range_Shifted