Closed (fixed)
Project:
Administer Users by Role
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
1 Feb 2016 at 12:43 UTC
Updated:
15 Feb 2016 at 15:54 UTC
Jump to comment: Most recent
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.
| Comment | File | Size | Author |
|---|---|---|---|
| coding-standards-whitespace-violations.patch | 6.56 KB | ey |
Comments
Comment #3
adamps commentedThanks, committed