summaryrefslogtreecommitdiff
path: root/src/fltk-widgets-groups-text_displays.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk-widgets-groups-text_displays.adb')
-rw-r--r--src/fltk-widgets-groups-text_displays.adb15
1 files changed, 10 insertions, 5 deletions
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