sdn-ixp / sdx-pyretic

The Software-Enabled IXP (SDX) platform
http://noise-lab.net/projects/software-defined-networking/sdx/
40 stars 20 forks source link

Do not mix tabs and spaces in the same block. #9

Closed macfreek closed 10 years ago

macfreek commented 10 years ago

The codebase mixes spaces and tabs in the Python code. PEP8 recommends spaces.

I've only fixed those lines which mixed tabs and spaces in the same block, since those lead to syntax errors by the Python parser.

agupta13 commented 10 years ago

Thanks!