d.o testbot complains The control statement should be on a separate line from the control conditional, but the conditional is less than 80 letters and this is allowed as I know.

e.g: http://qa.drupal.org/pifr/test/135444

  if (!isset($response->error)) { $response->error = ''; }
  if (!isset($response->status_message)) { $response->status_message = ''; }

Comments

pfrenssen’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

No this is not allowed according to the coding standards.