Refactor: cts: Clarify spacing in cts-exec.in.
The self._action_timeout string had a space at the end, which is why we
could get away with not having a space after it in format string later.
I think this is less clear than removing the space variable and adding
it to the format strings. So that's what I've done here.