Skip to content

Commit

Permalink
Fixed spacing problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aermoss committed Aug 22, 2024
1 parent 793504d commit fc4188f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdl3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def getName(i):
definitions += "\n\n"

if index != len(__module__.functions) - 1 and len(list(__module__.functions.values())[index + 1]) != 0:
definitions += "\n"
definitions += "\n\n"

for i in types:
result += f"class {i}(ctypes._Pointer):\n"
Expand Down

0 comments on commit fc4188f

Please sign in to comment.