sslab-gatech / opensgx

OpenSGX
Other
293 stars 80 forks source link

GDB python scripts indented wrong #45

Open Ardillo opened 8 years ago

Ardillo commented 8 years ago

The GDB debug plug-ins in opensgx/gdb/ didn't work for me because the indenting was off. A quick look in the source code of the git repo showed me that tabs and spaces are used together.

I've fixed the problem, if wanted I can make a pull request.