Closed (fixed)
Project:
Block API
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2010 at 09:17 UTC
Updated:
12 Oct 2010 at 13:50 UTC
The code in Drupal’s CVS should be using Unix LF line endings.
Files should be formatted with \n as the line ending (Unix line endings), not \r\n (Windows line endings).
from http://drupal.org/coding-standards#indenting
This patch simply converts all the files from CRLF to LF.
| Comment | File | Size | Author |
|---|---|---|---|
| crlf.patch | 26.01 KB | johnalbin |
Comments
Comment #1
jamestombs commentedShould be fixed as per #904122: Minor coding standards tweaks