summaryrefslogtreecommitdiff
path: root/src/windows-jump.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-jump.adb
parentede7482f170d498d0a2129da6e81ff4764e366e2 (diff)
Code style change for with/use clauses
Diffstat (limited to 'src/windows-jump.adb')
-rw-r--r--src/windows-jump.adb8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/windows-jump.adb b/src/windows-jump.adb
index bed3669..5d263ba 100644
--- a/src/windows-jump.adb
+++ b/src/windows-jump.adb
@@ -1,8 +1,10 @@
-with FLTK.Widgets.Groups.Windows.Double;
-with FLTK.Widgets.Buttons.Enter;
-with FLTK.Widgets.Inputs.Integer;
+with
+
+ FLTK.Widgets.Groups.Windows.Double,
+ FLTK.Widgets.Buttons.Enter,
+ FLTK.Widgets.Inputs.Integer;
package body Windows.Jump is