[gimp] Convert tabs to spaces in last commit
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Convert tabs to spaces in last commit
- Date: Thu, 30 Sep 2010 07:25:43 +0000 (UTC)
commit f03cf53e0c515c1393a5ec7e733d6b92174eee16
Author: Mukund Sivaraman <muks banu com>
Date: Thu Sep 30 12:54:26 2010 +0530
Convert tabs to spaces in last commit
app/display/gimpdisplayshell-title.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-title.c b/app/display/gimpdisplayshell-title.c
index 6b43fe7..3b9ed45 100644
--- a/app/display/gimpdisplayshell-title.c
+++ b/app/display/gimpdisplayshell-title.c
@@ -323,10 +323,10 @@ gimp_display_shell_format_title (GimpDisplayShell *shell,
break;
case 'M': /* image size in megapixels */
- i += print (title, title_len, i, "%.1f",
- (double) gimp_image_get_width (image) *
- gimp_image_get_height (image) /
- 1000000.0);
+ i += print (title, title_len, i, "%.1f",
+ (double) gimp_image_get_width (image) *
+ gimp_image_get_height (image) /
+ 1000000.0);
break;
case 'l': /* number of layers */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]