diff options
author | Hristian Kirtchev <kirtchev@adacore.com> | 2019-07-01 13:34:49 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2019-07-01 13:34:49 +0000 |
commit | 68f27c97bff2d21c107ca90e1b597fed45b52ba5 (patch) | |
tree | 502dec3b91fe96d3e4ab7d00ef2f01b19f0f4de6 /gcc/ada/uintp.ads | |
parent | 54948285e6267a68d5f08f1d1c09e677abcbb34f (diff) | |
download | gcc-68f27c97bff2d21c107ca90e1b597fed45b52ba5.tar.gz |
[Ada] Minor reformatting
2019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
gcc/ada/
* exp_attr.adb, exp_ch7.adb, exp_unst.adb, sem_ch3.adb,
sem_util.adb, uintp.adb, uintp.ads: Minor reformatting.
From-SVN: r272859
Diffstat (limited to 'gcc/ada/uintp.ads')
-rw-r--r-- | gcc/ada/uintp.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/uintp.ads b/gcc/ada/uintp.ads index a09f326c235..d8342baa52f 100644 --- a/gcc/ada/uintp.ads +++ b/gcc/ada/uintp.ads @@ -251,9 +251,9 @@ package Uintp is generic type In_T is range <>; function UI_From_Integral (Input : In_T) return Uint; - -- Likewise, but converts from any integer type. - -- Must not be applied to biased types (instantiation will provide - -- a warning if actual is a biased type). + -- Likewise, but converts from any integer type. Must not be applied to + -- biased types (instantiation will provide a warning if actual is a biased + -- type). function UI_From_CC (Input : Char_Code) return Uint; -- Converts Char_Code value to universal integer form |