diff options
Diffstat (limited to 'gcc/ada/prj.ads')
| -rw-r--r-- | gcc/ada/prj.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/prj.ads b/gcc/ada/prj.ads index a1b685e..aa58c2f 100644 --- a/gcc/ada/prj.ads +++ b/gcc/ada/prj.ads @@ -513,8 +513,8 @@ package Prj is end record; - function Standard_Naming_Data (Tree : Project_Tree_Ref := No_Project_Tree) - return Naming_Data; + function Standard_Naming_Data + (Tree : Project_Tree_Ref := No_Project_Tree) return Naming_Data; pragma Inline (Standard_Naming_Data); -- The standard GNAT naming scheme when Tree is No_Project_Tree. -- Otherwise, return the default naming scheme for the project tree Tree, |
