DimonSE / open9x

Automatically exported from code.google.com/p/open9x
0 stars 0 forks source link

Emacs complains about suspicious whitespace in Makefile #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Edit the Makefile in emacs
2. Run the emacs save-file command

What is the expected output? What do you see instead?
I expect the file to be saved.
Instead, I get prompted about "Suspicious whitespace."

What version of the product are you using? On what operating system?
svn revision 1084

Please provide any additional information below.

This is solved by deleting some extraneous whitespace on otherwise blank lines. 
See attached patch.

Original issue reported on code.google.com by m...@mired.org on 24 Jul 2012 at 5:09

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, would you check it's ok?

Original comment by bson...@gmail.com on 24 Jul 2012 at 5:37

GoogleCodeExporter commented 9 years ago
Yup, that fixes the issue. Thanks.

Original comment by m...@mired.org on 24 Jul 2012 at 6:02