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.adb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/windows-find.adb') diff --git a/src/windows-find.adb b/src/windows-find.adb index 87acd04..8ae6685 100644 --- a/src/windows-find.adb +++ b/src/windows-find.adb @@ -1,9 +1,11 @@ -with FLTK.Widgets.Groups.Windows.Double; -with FLTK.Widgets.Inputs; -with FLTK.Widgets.Buttons.Enter; -with FLTK.Widgets.Buttons.Light.Check; +with + + FLTK.Widgets.Groups.Windows.Double, + FLTK.Widgets.Inputs, + FLTK.Widgets.Buttons.Enter, + FLTK.Widgets.Buttons.Light.Check; package body Windows.Find is -- cgit