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-about.adb | |
parent | ede7482f170d498d0a2129da6e81ff4764e366e2 (diff) |
Code style change for with/use clauses
Diffstat (limited to 'src/windows-about.adb')
-rw-r--r-- | src/windows-about.adb | 8 |
1 files changed, 5 insertions, 3 deletions
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 |