Closed (fixed)
Project:
Node Embed
Version:
7.x-1.1
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2010 at 22:32 UTC
Updated:
7 Oct 2014 at 11:50 UTC
Jump to comment: Most recent
the code contains trailing spaces, and also files do not have empty line at the end..
http://drupal.org/coding-standards
Lines should have no trailing whitespace at the end.
..
All text files should end in a single newline (\n).
Comments
Comment #1
emackn commentedThose pesky spaces, always causing trouble. ;)
Thanks for pointing that out.
Comment #2
jmuzz commentedComment #3
cs_shadow commentedCan you please specify what all files contain such code which need to be modified.
Comment #4
jmuzz commentedPretty much all the ones I've looked at. Whoever wants to work on this should definitely check all of them. Best not to duplicate the work from #2173723: Code standards - cleanup plugin.js though.
Comment #5
mrharolda commentedThis was fixed in my first Node Embed commit: http://cgit.drupalcode.org/node_embed/commit/?id=24278a19360933db2e1aeb7...