]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Minor reformatting.
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 May 2016 10:31:39 +0000 (10:31 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 May 2016 10:31:39 +0000 (10:31 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235744 138bc75d-0d04-0410-961f-82ee72b054a4

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);