The above will give u extra one line coz of chr(10) (NEXT LINE)

But u can use the following if you don't want any extra line.

exec dbms_output.put_line(char(1) || ' There are space');

HTH
Ravinder