The main module file, mpac.module, has Windows-style line endings (\r\n) instead of Unix-style (\n) (Coding standards reference).
Patch against 7.x.-1.x-dev attached.
(I am going to post a proposed feature patch later and wanted to clean this up first, to avoid creating a mess.)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | code_style_cleanup-15416778-2--6.patch | 4.55 KB | stborchert |
| #1 | code_style_cleanup-15416778-2--7.patch | 15 KB | stborchert |
| 0001-Fix-Windows-style-line-endings-in-mpac.module..patch | 15.3 KB | Drave Robber |
Comments
Comment #1
stborchertHm, strange. I've no idea why the file contains windows line-endings. I'm developing on a Mac :)
I've created 2 patches containing a) the line-ending change and b) some code style cleanup (noticed by Coder).
Comment #2
Drave Robber commented7 looks good.
Comment #3
stborchertCommitted to 7.x-1.x and 6.x-1.x.
Thanks for the hint.
Comment #4.0
(not verified) commentedclarified which branch the patch is against.