skaslev / gl3w

Simple OpenGL core profile loading
http://github.com/skaslev/gl3w
The Unlicense
705 stars 157 forks source link

Fix PEP8 line lengths #32

Closed mottosso closed 7 years ago

mottosso commented 8 years ago

Hi @skaslev,

My linter threw some warnings on PEP8 violations, mainly line lengths, that I took care of; the changes are cosmetic only. Tabs were converted to spaces.

skaslev commented 8 years ago

Looks great. I would merge it if doesn't change the generated C code indentation. I prefer the C code to adhere to the linux coding style.

mottosso commented 8 years ago

Ah, understandable. I'll have a look at updating the PR soon.