Fix indentation

gcc 6 warns about this misleadingly indented line.
tingping/wmclass
Matthias Clasen 2016-03-24 00:00:12 -04:00
parent d32b13a695
commit bf4c5c4943
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ xdg_app_builtin_build_init (int argc, char **argv, GCancellable *cancellable, GE
if (!xdg_app_cp_a (ext_deploy_files, target, XDG_APP_CP_FLAGS_NO_CHOWN, cancellable, error))
return FALSE;
found = TRUE;
found = TRUE;
}
else
{