diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-07-28 00:29:45 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-07-28 00:29:45 +1000 |
commit | 79e6d87c5ed050802d9d5159f2c71f7425597dd2 (patch) | |
tree | a787e87830f0422e454c3e5ee66aa8af1c9c346c /src/windows-replace.adb | |
parent | ede7482f170d498d0a2129da6e81ff4764e366e2 (diff) |
Code style change for with/use clauses
Diffstat (limited to 'src/windows-replace.adb')
-rw-r--r-- | src/windows-replace.adb | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/windows-replace.adb b/src/windows-replace.adb index 8a48e0e..758dfff 100644 --- a/src/windows-replace.adb +++ b/src/windows-replace.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.Replace is |