From 79e6d87c5ed050802d9d5159f2c71f7425597dd2 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 28 Jul 2017 00:29:45 +1000 Subject: Code style change for with/use clauses --- src/windows.adb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/windows.adb') diff --git a/src/windows.adb b/src/windows.adb index eff387d..d637905 100644 --- a/src/windows.adb +++ b/src/windows.adb @@ -1,7 +1,8 @@ -with FLTK.Widgets.Groups; -with FLTK.Widgets.Groups.Windows; +with + + FLTK.Widgets.Groups.Windows; package body Windows is @@ -22,8 +23,8 @@ package body Windows is - -- used to hide about/find/replace/etc windows instead - -- of constantly creating and destroying them + -- Used to hide about/find/replace/etc windows instead + -- of constantly creating and destroying them. procedure Hide_CB (Item : in out FLTK.Widgets.Widget'Class) -- cgit