Minor reformatting.
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 2 May 2016 10:31:39 +0000 (12:31 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 2 May 2016 10:31:39 +0000 (12:31 +0200)
From-SVN: r235744

gcc/ada/exp_util.adb

index 06d3c32d941578b421fc32da3248b893ca01132b..011ccc4977a2f7b87d0e46b00f49d32517301090 100644 (file)
@@ -3123,13 +3123,13 @@ package body Exp_Util is
    is
    begin
       Remove_Side_Effects
-        (Exp           => Exp,
-         Name_Req      => Name_Req,
-         Variable_Ref  => True,
-         Renaming_Req  => False,
-         Related_Id    => Related_Id,
-         Is_Low_Bound  => Is_Low_Bound,
-         Is_High_Bound => Is_High_Bound,
+        (Exp                => Exp,
+         Name_Req           => Name_Req,
+         Variable_Ref       => True,
+         Renaming_Req       => False,
+         Related_Id         => Related_Id,
+         Is_Low_Bound       => Is_Low_Bound,
+         Is_High_Bound      => Is_High_Bound,
          Check_Side_Effects =>
            Is_Static_Expression (Exp)
              or else Mode = Relaxed);