Fix whitespace issues

tingping/wmclass
Alexander Larsson 2016-10-17 17:27:51 +02:00
parent 8df193bc37
commit aa081420a4
1 changed files with 2 additions and 2 deletions

View File

@ -3373,8 +3373,8 @@ flatpak_dir_update (FlatpakDir *self,
{
if (strcmp (checksum_or_latest, installed_commit) == 0)
{
g_set_error (error, FLATPAK_ERROR, FLATPAK_ERROR_ALREADY_INSTALLED,
_("%s branch %s already installed"), ref, installed_commit);
g_set_error (error, FLATPAK_ERROR, FLATPAK_ERROR_ALREADY_INSTALLED,
_("%s branch %s already installed"), ref, installed_commit);
return FALSE;
}
}