* exp_imgv.adb: Minor reformatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181663
138bc75d-0d04-0410-961f-
82ee72b054a4
+2011-11-23 Thomas Quinot <quinot@adacore.com>
+
+ * exp_imgv.adb: Minor reformatting.
+
2011-11-23 Robert Dewar <dewar@adacore.com>
* sem_ch9.adb (Analyze_Entry_Declaration): Check for entry
-- Snn (1 .. Pnn) then occurs as in the other cases. A special case is
-- when pragma Discard_Names applies, in which case we replace expr by:
- -- (rt'pos (expr))'Img
+ -- (rt'Pos (expr))'Img
-- So that the result is a space followed by the decimal value for the
-- position of the enumeration value in the enumeration type.