summaryrefslogtreecommitdiff
path: root/src/fltk-images-rgb-pnm.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk-images-rgb-pnm.adb')
-rw-r--r--src/fltk-images-rgb-pnm.adb11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/fltk-images-rgb-pnm.adb b/src/fltk-images-rgb-pnm.adb
index ec325ce..dd6ae26 100644
--- a/src/fltk-images-rgb-pnm.adb
+++ b/src/fltk-images-rgb-pnm.adb
@@ -1,8 +1,13 @@
-with Interfaces.C;
-with System;
-use type System.Address;
+with
+
+ Interfaces.C,
+ System;
+
+use type
+
+ System.Address;
package body FLTK.Images.RGB.PNM is