no functional change just a code style fix

CommentFileSizeAuthor
services_code_style.patch3.42 KBPasqualle
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Xano’s picture

Title: code style fix » Coding standards
Category: bug » task
Priority: Normal » Critical
Status: Reviewed & tested by the community » Needs work

Kudos on the patch, but there is more than a few bits of whitespace that needs to be fixed. Also, You may never review your own patch ;-)

Quote from #354243: Coding standards:

Please follow the Drupal coding standards. You may want to use Coder to help you with this.

Pasqualle’s picture

Title: Coding standards » code style fix
Category: task » bug
Priority: Critical » Normal

I mostly put the issue into RTBC status where there is no functional change, as there is nothing really to review..
I used the coder module to fix the code style so I don't know what I missed..
Incorrect code style is a bug and it is far from critical.

Xano’s picture

Title: code style fix » Coding standards
Category: bug » task
Priority: Normal » Critical

It is not a bug since the code works as intended. It is just something that needs to be done and for people to properly maintain this module it needs to be done quickly and well. Therefore I marked it as a critical task. Since 'code style' isn't a term the Drupal project uses, but 'coding standards' is, this issue should be named such, also because redundant white space should be removed according to the coding standards. Please leave this issue set to 'task' unless you are absolutely certain that following the coding standards causes this module to be buggy.

Pasqualle’s picture

search for code style
The wrong code style in modules prevents me to contribute. So I consider it as an annoying bug, but you can leave it on task if you prefer..

Can we concentrate on the issue, and why it is in 'code needs work' status?

Xano’s picture

Okay, you're right. I guess the non-official term is code style then.

I have set the patch status to 'patch (code needs work)', because I thought this issue could deal with the whole coding standards problem. I took a quick peek at the code last night and I believe there were some more problems than the ones you addressed.

marcingy’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.