aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sinput.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2014-07-30 10:41:12 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2014-07-30 12:41:12 +0200
commit662c2ad47559312689a4e5f81f2eccdc577be858 (patch)
tree713ee01437c9612f7a87b4ab8bce11908167ecee /gcc/ada/sinput.adb
parent4e6768ab35cfedef2d35a51ba06857d6631c3715 (diff)
downloadgcc-662c2ad47559312689a4e5f81f2eccdc577be858.zip
gcc-662c2ad47559312689a4e5f81f2eccdc577be858.tar.gz
gcc-662c2ad47559312689a4e5f81f2eccdc577be858.tar.bz2
inline.adb, [...]: Minor reformatting.
2014-07-30 Robert Dewar <dewar@adacore.com> * inline.adb, exp_ch4.adb, sinput.adb, sem_ch6.adb, sem_ch13.adb: Minor reformatting. From-SVN: r213244
Diffstat (limited to 'gcc/ada/sinput.adb')
-rw-r--r--gcc/ada/sinput.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sinput.adb b/gcc/ada/sinput.adb
index 640e277..1c8232d 100644
--- a/gcc/ada/sinput.adb
+++ b/gcc/ada/sinput.adb
@@ -308,7 +308,7 @@ package body Sinput is
function Comes_From_Inlined_Body (S : Source_Ptr) return Boolean is
SIE : Source_File_Record renames
- Source_File.Table (Get_Source_File_Index (S));
+ Source_File.Table (Get_Source_File_Index (S));
begin
return SIE.Inlined_Body;
end Comes_From_Inlined_Body;