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-editor.adb | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/windows-editor.adb') diff --git a/src/windows-editor.adb b/src/windows-editor.adb index f8f15eb..9696174 100644 --- a/src/windows-editor.adb +++ b/src/windows-editor.adb @@ -1,10 +1,12 @@ -with FLTK.Widgets.Groups.Windows.Double; -with FLTK.Widgets.Groups.Text_Displays.Text_Editors; -with FLTK.Widgets.Menus.Menu_Bars; -with FLTK.Widgets.Menus.Menu_Buttons; -with FLTK.Text_Buffers; +with + + FLTK.Widgets.Groups.Windows.Double, + FLTK.Widgets.Groups.Text_Displays.Text_Editors, + FLTK.Widgets.Menus.Menu_Bars, + FLTK.Widgets.Menus.Menu_Buttons, + FLTK.Text_Buffers; package body Windows.Editor is -- cgit