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-find.ads | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'src/windows-find.ads') diff --git a/src/windows-find.ads b/src/windows-find.ads index adcb9c8..32d653e 100644 --- a/src/windows-find.ads +++ b/src/windows-find.ads @@ -1,9 +1,14 @@ -with FLTK.Widgets.Groups.Windows.Double; -private with FLTK.Widgets.Inputs; -private with FLTK.Widgets.Buttons.Enter; -private with FLTK.Widgets.Buttons.Light.Check; +with + + FLTK.Widgets.Groups.Windows.Double; + +private with + + FLTK.Widgets.Inputs, + FLTK.Widgets.Buttons.Enter, + FLTK.Widgets.Buttons.Light.Check; package Windows.Find is -- cgit