summaryrefslogtreecommitdiff
path: root/src/windows.adb
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-07-28 00:29:45 +1000
committerJed Barber <jjbarber@y7mail.com>2017-07-28 00:29:45 +1000
commit79e6d87c5ed050802d9d5159f2c71f7425597dd2 (patch)
treea787e87830f0422e454c3e5ee66aa8af1c9c346c /src/windows.adb
parentede7482f170d498d0a2129da6e81ff4764e366e2 (diff)
Code style change for with/use clauses
Diffstat (limited to 'src/windows.adb')
-rw-r--r--src/windows.adb9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/windows.adb b/src/windows.adb
index eff387d..d637905 100644
--- a/src/windows.adb
+++ b/src/windows.adb
@@ -1,7 +1,8 @@
-with FLTK.Widgets.Groups;
-with FLTK.Widgets.Groups.Windows;
+with
+
+ FLTK.Widgets.Groups.Windows;
package body Windows is
@@ -22,8 +23,8 @@ package body Windows is
- -- used to hide about/find/replace/etc windows instead
- -- of constantly creating and destroying them
+ -- Used to hide about/find/replace/etc windows instead
+ -- of constantly creating and destroying them.
procedure Hide_CB
(Item : in out FLTK.Widgets.Widget'Class)