From: Arnaud Charlet Date: Thu, 29 May 2008 08:55:35 +0000 (+0200) Subject: * sem_eval.adb: Minor reformatting X-Git-Tag: releases/gcc-4.4.0~4508 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8682d22c802ff44bdb2c152da7aff7e2be6a67fe;p=thirdparty%2Fgcc.git * sem_eval.adb: Minor reformatting From-SVN: r136147 --- diff --git a/gcc/ada/sem_eval.adb b/gcc/ada/sem_eval.adb index e9bbd7b01534..d80679158385 100644 --- a/gcc/ada/sem_eval.adb +++ b/gcc/ada/sem_eval.adb @@ -629,7 +629,7 @@ package body Sem_Eval is then return True; - -- True if the same binary operator applied to the same operand + -- True if the same binary operator applied to the same operands elsif Nkind (Lf) in N_Binary_Op and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf)) @@ -637,7 +637,7 @@ package body Sem_Eval is then return True; - -- All other cases, we can't tell, so False + -- All other cases, we can't tell, so return False else return False;