modules: small tabs replacement into spaces.

This commit is contained in:
Jehan 2013-09-21 18:17:34 +12:00
parent cd4d5e6d32
commit 3838a8cebb
1 changed files with 4 additions and 4 deletions

View File

@ -210,10 +210,10 @@ cdisplay_lcms_profile_get_info (cmsHPROFILE profile,
}
if (! *name)
{
/* a color profile without a name */
*name = g_strdup (_("(unnamed profile)"));
}
{
/* a color profile without a name */
*name = g_strdup (_("(unnamed profile)"));
}
descSize = cmsGetProfileInfoASCII (profile, cmsInfoManufacturer,
"en", "US", NULL, 0);