Skip to content

Code cleanups, adjust tooltip spacing

Ghost User requested to merge (removed):master into master

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
  • Adjust tooltip spacing

Merge request reports