From fb37523537cdb69a31dede401a604981ce8b7b9d Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sat, 17 Jun 2017 11:28:39 +1000 Subject: Updated coding style, added progress log --- src/fltk-widgets-groups-text_displays.adb | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'src/fltk-widgets-groups-text_displays.adb') diff --git a/src/fltk-widgets-groups-text_displays.adb b/src/fltk-widgets-groups-text_displays.adb index fbff6ef..42ad88c 100644 --- a/src/fltk-widgets-groups-text_displays.adb +++ b/src/fltk-widgets-groups-text_displays.adb @@ -1,10 +1,15 @@ -with Interfaces.C; -with System; -with FLTK.Text_Buffers; -use type Interfaces.C.int; -use type System.Address; +with + + Interfaces.C, + System, + FLTK.Text_Buffers; + +use type + + Interfaces.C.int, + System.Address; package body FLTK.Widgets.Groups.Text_Displays is -- cgit