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-dialogs.adb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/fltk-dialogs.adb') diff --git a/src/fltk-dialogs.adb b/src/fltk-dialogs.adb index 0c9adcf..0f724c0 100644 --- a/src/fltk-dialogs.adb +++ b/src/fltk-dialogs.adb @@ -1,8 +1,12 @@ -with Interfaces.C; -with Interfaces.C.Strings; -use type Interfaces.C.Strings.chars_ptr; +with + + Interfaces.C.Strings; + +use type + + Interfaces.C.Strings.chars_ptr; package body FLTK.Dialogs is -- cgit