]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ada/sem_ch11.adb
[multiple changes]
[thirdparty/gcc.git] / gcc / ada / sem_ch11.adb
index 69428354ca2b5f260cf80c0fbbfb15150ffb28b7..68f3d17225f168330031ba5cb33b985f4e4eb8d6 100644 (file)
@@ -588,8 +588,9 @@ package body Sem_Ch11 is
             return Same_Expression (Right_Opnd (C1), Right_Opnd (C2));
 
          elsif Nkind (C1) in N_Binary_Op then
-            return Same_Expression (Left_Opnd (C1), Left_Opnd (C2))
-              and then Same_Expression (Right_Opnd (C1), Right_Opnd (C2));
+            return Same_Expression (Left_Opnd (C1),  Left_Opnd (C2))
+                     and then
+                   Same_Expression (Right_Opnd (C1), Right_Opnd (C2));
 
          elsif Nkind (C1) = N_Null then
             return True;