heres a little snippet . wtf . why do you format your code like that . what
static int
flatpak_run (int argc,
char **argv,
GError **res_error)
{
/* ... */
if (!command->fn)
{
@coolbean ok but like i agree that you should do that i just disagree with how they did it . look at that if statement wtf
miss @fiore : like it wouldn't format that like that but it does vertically aligning stuff , it makes the code look nicer . tbh the only two things it disagrees with is putting the return type and the opening brackets on seperate lines
@minekpo1 look at that opening bracket on the if statement.. half indented like that .