summaryrefslogtreecommitdiff
path: root/src/windows-about.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-05-24 20:32:27 +1000
committerJed Barber <jjbarber@y7mail.com>2017-05-24 20:32:27 +1000
commit4a4bb20c15fdb43df7914dfa7aea090a9ad7fe9a (patch)
tree9237ed7c1cfcc6b46ca101276facf2c9493a208f /src/windows-about.ads
parente13794b5de63e7fb085dff6e495130e541a3a19e (diff)
Slight code formatting cleanup, updated to-do
Diffstat (limited to 'src/windows-about.ads')
-rw-r--r--src/windows-about.ads14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/windows-about.ads b/src/windows-about.ads
index 9396825..0d605f9 100644
--- a/src/windows-about.ads
+++ b/src/windows-about.ads
@@ -30,13 +30,13 @@ private
type About_Window is new FLTK.Widgets.Groups.Windows.Double.Double_Window with
- record
- Picture : FLTK.Widgets.Boxes.Box;
- Heading : FLTK.Widgets.Boxes.Box;
- Blurb : FLTK.Widgets.Boxes.Box;
- Author : FLTK.Widgets.Boxes.Box;
- Dismiss : FLTK.Widgets.Buttons.Enter.Enter_Button;
- end record;
+ record
+ Picture : FLTK.Widgets.Boxes.Box;
+ Heading : FLTK.Widgets.Boxes.Box;
+ Blurb : FLTK.Widgets.Boxes.Box;
+ Author : FLTK.Widgets.Boxes.Box;
+ Dismiss : FLTK.Widgets.Buttons.Enter.Enter_Button;
+ end record;
end Windows.About;