From 2945460b983487c6b61a79dba21a6f621aced345 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Tue, 26 May 2015 10:12:26 +0200 Subject: [PATCH] Minor reformatting. From-SVN: r223666 --- gcc/ada/sem_cat.adb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gcc/ada/sem_cat.adb b/gcc/ada/sem_cat.adb index 15fa6ad30115..f8cf3ab98317 100644 --- a/gcc/ada/sem_cat.adb +++ b/gcc/ada/sem_cat.adb @@ -440,8 +440,9 @@ package body Sem_Cat is Nam : TSS_Name_Type; At_Any_Place : Boolean := False) return Boolean is - Rep_Item : Node_Id; - Real_Rep : Node_Id; + Rep_Item : Node_Id; + + Real_Rep : Node_Id; -- The stream operation may be specified by an attribute definition -- clause in the source, or by an aspect that generates such an -- attribute definition. For an aspect, the generated attribute -- 2.43.5