Skip to content

gio: Fix spacing & remove redundant assignment

veractor requested to merge veractor/glib:whitespace-dedup-fixes into main

In gio/gdesktopappinfo.c's prepend_terminal_to_vector:

  • Add a space between if and ( for style consistency
  • Remove redundant assignment to found_terminal in loop preamble
    • Makes the loop more idiomatic
Edited by veractor

Merge request reports