Fix indentation error.

Estimated hours taken: 0.1
Branches: main

samples/eliza.m:
	Fix indentation error.
This commit is contained in:
Zoltan Somogyi
2004-08-13 02:11:51 +00:00
parent 8072d667f3
commit af83fe936f

View File

@@ -48,7 +48,7 @@ eliza__main_loop(Prev, StateIn) -->
;
eliza__generate_response(Line1, StateIn, StateOut)
),
eliza__main_loop(Line1, StateOut)
eliza__main_loop(Line1, StateOut)
)
;
{ true }