Remove trailing whitespace.

0.6.0-stable
Mike Mazur 2008-09-08 01:42:47 +00:00
parent 9ef43d3e22
commit 993384d348
1 changed files with 25 additions and 25 deletions

View File

@ -195,7 +195,7 @@ state another_state
{
llOwnerSay(""Testing, 1, 2, 3"");
llSay(0, ""I can hear you!"");
some_custom_function(1, 2, 3 + x, 4, ""five"", ""arguments"");
some_custom_function(1, 2, 3 +x, 4, ""five"", ""arguments"");
}
}
";