diff --git a/documentation/18.01/eiffel/Tutorials/Mini-HowTo/Managing-CTRL-C-on-console.wiki b/documentation/18.01/eiffel/Tutorials/Mini-HowTo/Managing-CTRL-C-on-console.wiki index 15fc1a22..f8e811a8 100644 --- a/documentation/18.01/eiffel/Tutorials/Mini-HowTo/Managing-CTRL-C-on-console.wiki +++ b/documentation/18.01/eiffel/Tutorials/Mini-HowTo/Managing-CTRL-C-on-console.wiki @@ -23,4 +23,5 @@ Normally, if the user use the CTRL+C keys, the Eiffel application detect it as a l_ctrl_c := True retry end - end \ No newline at end of file + end + \ No newline at end of file