cleanup
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Wed, 5 May 2021 03:52:24 +0000 (13:52 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Wed, 5 May 2021 03:52:24 +0000 (13:52 +1000)
lib/example.f

index 499f468773c06f4163b393900b4a70b1f6143662..dad8518e7385a2b7232e7fffa67a5052ce161a67 100644 (file)
@@ -17,8 +17,9 @@
   10 FIB .U
   SPACE S" (Expected: 59)" TELL NEWLINE ;
 
-\ This example calls the Blt() function on UEFI's Graphics Output Protocol. See
-\ the UEFI specification and uefi.f for more information.
+\ This example calls the Blt() function on UEFI's Graphics Output
+\ Protocol. See the UEFI specification and uefi.f for more
+\ information.
 : BLUE-SQUARE
   GraphicsOutputProtocol
   HERE @ 255 C, 0 C, 0 C, 0 C, \ Buffer with single blue pixel