Drupal coding standards says:

Lines should have no trailing whitespace at the end.

All text files should end in a single newline (\n). This avoids the verbose "\ No newline at end of file" patch warning and makes patches easier to read since it's clearer what is being changed when lines are added to the end of a file.

I have fixed the both coding standard violations in all module files.

Please review.

CommentFileSizeAuthor
coding-standards-whitespace-violations.patch6.56 KBey

Comments

Елин Й. created an issue. See original summary.

  • AdamPS committed ae9e7b4 on 7.x-2.x
    Issue #2660316 by Елин Й.: Coding standards: Whitespaces
    
adamps’s picture

Status: Needs review » Fixed

Thanks, committed

Status: Fixed » Closed (fixed)

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