diff options
author | Hristian Kirtchev <kirtchev@adacore.com> | 2018-06-11 09:19:40 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2018-06-11 09:19:40 +0000 |
commit | 1985767d6517bd8daa0625f3923e24f0861f68b8 (patch) | |
tree | 972a5ecf16839a0193530c3bec5cef7a05c52b83 /gcc/ada/inline.adb | |
parent | ed6a6b4ea977ba93f66357de7c725d0c17ac3792 (diff) | |
download | gcc-1985767d6517bd8daa0625f3923e24f0861f68b8.zip gcc-1985767d6517bd8daa0625f3923e24f0861f68b8.tar.gz gcc-1985767d6517bd8daa0625f3923e24f0861f68b8.tar.bz2 |
[Ada] Minor reformatting
2018-06-11 Hristian Kirtchev <kirtchev@adacore.com>
gcc/ada/
* exp_ch9.adb, exp_unst.adb, inline.adb, libgnat/a-ciorma.adb,
libgnat/a-ciormu.adb, libgnat/a-ciorse.adb, libgnat/a-coorma.adb,
libgnat/a-coormu.adb, libgnat/a-coorse.adb, sem_prag.adb: Minor
reformatting.
From-SVN: r261429
Diffstat (limited to 'gcc/ada/inline.adb')
-rw-r--r-- | gcc/ada/inline.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/inline.adb b/gcc/ada/inline.adb index f615e65..23de7a7 100644 --- a/gcc/ada/inline.adb +++ b/gcc/ada/inline.adb @@ -900,8 +900,8 @@ package body Inline is function Uses_Secondary_Stack (Bod : Node_Id) return Boolean; -- If the body of the subprogram includes a call that returns an - -- unconstrained type, the secondary stack is involved, and it - -- is not worth inlining. + -- unconstrained type, the secondary stack is involved, and it is + -- not worth inlining. ------------------------- -- Has_Extended_Return -- |