The source project of this merge request has been removed.
Code cleanups, adjust tooltip spacing
List of changes:
- Code cleanup: Sort include directives alphabetically
- Code cleanup: Replace tabs with spaces in source code indentation
- The original source code's use of tabs and spaces was inconsistent: a tab meant 4 spaces here and 8 spaces there
- Code cleanup: Remove extra parentheses
- Replace
&(a->b)
with&a->b
- Replace
- Adjust tooltip spacing