]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Follow-on to Use inheritance in Gen_IL
authorBob Duff <duff@adacore.com>
Mon, 9 Dec 2024 22:45:17 +0000 (17:45 -0500)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Mon, 6 Jan 2025 09:14:46 +0000 (10:14 +0100)
Fix too-long line.

gcc/ada/ChangeLog:

* gen_il-gen.adb: Fix too-long line.

gcc/ada/gen_il-gen.adb

index 5064e8c6eb753b31df8a1e73a43316b23122ba7e..c200abc0223702a74a792361cbb31ef81ea78060 100644 (file)
@@ -983,7 +983,8 @@ package body Gen_IL.Gen is
          end loop;
 
          Iterate_Types (Node_Kind, Pre => Check_Potential_Inheritance'Access);
-         Iterate_Types (Entity_Kind, Pre => Check_Potential_Inheritance'Access);
+         Iterate_Types
+           (Entity_Kind, Pre => Check_Potential_Inheritance'Access);
 
          if Could_Be_Inherited_Error then
             raise Illegal with "some fields could be inherited";