]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix compilation failure due to style warning
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 22 Oct 2024 20:28:10 +0000 (22:28 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Tue, 12 Nov 2024 13:00:47 +0000 (14:00 +0100)
gcc/ada/ChangeLog:

* mdll.adb (Build_Dynamic_Library): Fix indentation.

gcc/ada/mdll.adb

index 745854304f076204170699f942d43b8cc492cda4..94e537c97e80923c54da1089602a94c65039b9ee 100644 (file)
@@ -312,7 +312,7 @@ package body MDLL is
       end if;
 
       if L_Afiles'Length = 0 then
-          Build_DLL;
+         Build_DLL;
       else
          Ada_Build_DLL;
       end if;