https://gcc.gnu.org/g:b4629ccf3c15b7eafe73beb8b4393419b9968e82

commit r15-4142-gb4629ccf3c15b7eafe73beb8b4393419b9968e82
Author: Ghjuvan Lacambre <lacam...@adacore.com>
Date:   Wed Sep 4 14:42:07 2024 +0200

    ada: sem_prag.adb: fix indentation
    
    The indentation was wrong on these two lines.
    
    gcc/ada/ChangeLog:
            * sem_prag.adb (Process_Compile_Time_Warning_Or_Error): Fix
            indentation.

Diff:
---
 gcc/ada/sem_prag.adb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/ada/sem_prag.adb b/gcc/ada/sem_prag.adb
index 0d43929df720..d1acc3c4921e 100644
--- a/gcc/ada/sem_prag.adb
+++ b/gcc/ada/sem_prag.adb
@@ -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

Reply via email to