From 4a4bb20c15fdb43df7914dfa7aea090a9ad7fe9a Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Wed, 24 May 2017 20:32:27 +1000 Subject: Slight code formatting cleanup, updated to-do --- src/windows-about.ads | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/windows-about.ads') 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; -- cgit