BackupGGCode / python-packet

Simple code for manipulating raw IP, ICMP, and UDP packets
1 stars 0 forks source link

Mixed tabs #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There are mixed tabs in the source code; these should be replaced with spaces.

Original issue reported on code.google.com by duncan.m...@gmail.com on 3 Dec 2009 at 6:54

GoogleCodeExporter commented 9 years ago
I've pushed a cleanup branch here:
  https://code.edge.launchpad.net/~oubiwann/python-packet/remove-tabs

That branch address the mixed tabs/spaces issue as well as the following:
 * trailing white space
 * ordering of imports
 * standardization of module-level code to be separated by two new lines and
class-level code (e.g., methods) to be separated by one line

Original comment by duncan.m...@gmail.com on 3 Dec 2009 at 7:25