unicorn-engine / unicorn

Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)
http://www.unicorn-engine.org
GNU General Public License v2.0
7.33k stars 1.31k forks source link

Remove semicolons in python files #1929

Closed xclusivor closed 3 months ago

xclusivor commented 4 months ago

Noticed an errant semicolon while looking at the x86 sample and was curious if there were more so just cleaned a few more up real quick.

wtdcode commented 4 months ago

If i remember correctly, they are from previous py2 scripts.

wtdcode commented 4 months ago

But you should target dev branch.

wtdcode commented 3 months ago

Merged, thanks!