Merge pull request #117 from matthiasclasen/gcc-indent-warning

Fix indentation
tingping/wmclass
Alexander Larsson 2016-03-24 08:22:26 +01:00
commit 6418573628
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
{