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-about.adb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/windows-about.adb') diff --git a/src/windows-about.adb b/src/windows-about.adb index 12f9c17..6a3dda6 100644 --- a/src/windows-about.adb +++ b/src/windows-about.adb @@ -1,8 +1,10 @@ -with FLTK.Widgets.Groups.Windows.Double; -with FLTK.Widgets.Boxes; -with FLTK.Widgets.Buttons.Enter; +with + + FLTK.Widgets.Groups.Windows.Double, + FLTK.Widgets.Boxes, + FLTK.Widgets.Buttons.Enter; package body Windows.About is -- cgit