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.ads | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/windows-about.ads') diff --git a/src/windows-about.ads b/src/windows-about.ads index f27ad26..e15c38c 100644 --- a/src/windows-about.ads +++ b/src/windows-about.ads @@ -1,8 +1,13 @@ -with FLTK.Widgets.Groups.Windows.Double; -private with FLTK.Widgets.Boxes; -private with FLTK.Widgets.Buttons.Enter; +with + + FLTK.Widgets.Groups.Windows.Double; + +private with + + FLTK.Widgets.Boxes, + FLTK.Widgets.Buttons.Enter; package Windows.About is -- cgit