[gimp] modules: small tabs replacement into spaces.



commit 3838a8cebbfee4f44ab4bd618029ea0b9942e850
Author: Jehan <jehan girinstud io>
Date:   Sat Sep 21 18:17:34 2013 +1200

    modules: small tabs replacement into spaces.

 modules/display-filter-lcms.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/modules/display-filter-lcms.c b/modules/display-filter-lcms.c
index ab047c4..8801b70 100644
--- a/modules/display-filter-lcms.c
+++ b/modules/display-filter-lcms.c
@@ -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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]