tintinweb / scapy-ssl_tls

SSL/TLS layers for scapy the interactive packet manipulation tool
GNU General Public License v2.0
419 stars 156 forks source link

Fixup whitespace #65

Closed ALSchwalm closed 8 years ago

ALSchwalm commented 8 years ago

Currently there is a lot of trailing whitespace in the codebase. This can make it a bit annoying to work on the project with an editor that strips whitespace automatically, as it makes the commit diffs confusing. I thought it would be a good idea to just clean this up in one place.

I also went ahead and added missing newlines at the end of files.

alexmgr commented 8 years ago

Cleanup and PEP8 conformity is definitely needed. Thanks for the initial cleanup!