aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/test/examples/mmixal/x.mms
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-04-30 20:00:54 +1000
committerNeil <nyamatongwe@gmail.com>2020-04-30 20:00:54 +1000
commit1aee5f9e2a49a64a20b03d6b71cb9a38ca691ae3 (patch)
tree3db079fb910a3a084e743815e0eec7e96aef6f36 /lexilla/test/examples/mmixal/x.mms
parent90e516ff12807b31b081685edcc90595e2d3f2cf (diff)
downloadscintilla-mirror-1aee5f9e2a49a64a20b03d6b71cb9a38ca691ae3.tar.gz
Fix line ends on example files.
Diffstat (limited to 'lexilla/test/examples/mmixal/x.mms')
-rw-r--r--lexilla/test/examples/mmixal/x.mms24
1 files changed, 12 insertions, 12 deletions
diff --git a/lexilla/test/examples/mmixal/x.mms b/lexilla/test/examples/mmixal/x.mms
index 361517cec..538d22163 100644
--- a/lexilla/test/examples/mmixal/x.mms
+++ b/lexilla/test/examples/mmixal/x.mms
@@ -1,12 +1,12 @@
-% Some example code
-
- % Set the address of the program initially to 0x100.
- LOC #100
-
-Main GETA $255,string
-
- TRAP 0,Fputs,StdOut
-
- TRAP 0,Halt,0
-
-string BYTE "Hello, world!",#a,0
+% Some example code
+
+ % Set the address of the program initially to 0x100.
+ LOC #100
+
+Main GETA $255,string
+
+ TRAP 0,Fputs,StdOut
+
+ TRAP 0,Halt,0
+
+string BYTE "Hello, world!",#a,0