]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: sem_prag.adb: fix indentation
authorGhjuvan Lacambre <lacambre@adacore.com>
Wed, 4 Sep 2024 12:42:07 +0000 (14:42 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Tue, 8 Oct 2024 08:37:12 +0000 (10:37 +0200)
The indentation was wrong on these two lines.

gcc/ada/ChangeLog:
* sem_prag.adb (Process_Compile_Time_Warning_Or_Error): Fix
indentation.

gcc/ada/sem_prag.adb

index 0d43929df720328cff2d180145fc9e245c7fe680..d1acc3c4921e808ec20dafed4f4bcb10f0d7f81c 100644 (file)
@@ -8149,8 +8149,8 @@ package body Sem_Prag is
          Analyze_And_Resolve (Arg1x, Standard_Boolean);
 
          if CodePeer_Mode then
-               Rewrite (N, Make_Null_Statement (Loc));
-               return;
+            Rewrite (N, Make_Null_Statement (Loc));
+            return;
          end if;
 
          --  In GNATprove mode, pragma Compile_Time_Error is translated as