[babl] extensions: just some minor cleaning of trailing whitespaces.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [babl] extensions: just some minor cleaning of trailing whitespaces.
- Date: Fri, 16 Jun 2017 14:34:53 +0000 (UTC)
commit 4ac6c9b18b4c90432d82ed204f5fbd7bfd8dd74b
Author: Jehan <jehan girinstud io>
Date: Fri Jun 16 16:33:46 2017 +0200
extensions: just some minor cleaning of trailing whitespaces.
extensions/cairo.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/extensions/cairo.c b/extensions/cairo.c
index 6066258..4f82e8d 100644
--- a/extensions/cairo.c
+++ b/extensions/cairo.c
@@ -397,13 +397,13 @@ init (void)
NULL
);
- babl_conversion_new (f32, babl_format ("R'aG'aB'aA float"), "linear",
+ babl_conversion_new (f32, babl_format ("R'aG'aB'aA float"), "linear",
conv_cairo32_rgbAF_premul_le, NULL);
- babl_conversion_new (f32, babl_format ("R'aG'aB'aA u8"), "linear",
+ babl_conversion_new (f32, babl_format ("R'aG'aB'aA u8"), "linear",
conv_cairo32_rgbA8_premul_le, NULL);
- babl_conversion_new (babl_format ("R'aG'aB'aA u8"), f32, "linear",
+ babl_conversion_new (babl_format ("R'aG'aB'aA u8"), f32, "linear",
conv_rgbA8_premul_cairo32_le, NULL);
babl_conversion_new (babl_format ("R'G'B'A u8"), f32, "linear",
@@ -432,9 +432,9 @@ init (void)
babl_conversion_new (babl_format ("R'aG'aB'aA float"), f32, "linear",
conv_rgbA_gamma_float_cairo32_le, NULL);
- babl_conversion_new (babl_format ("R'G'B'A u8"), f24, "linear",
+ babl_conversion_new (babl_format ("R'G'B'A u8"), f24, "linear",
conv_rgba8_cairo24_le, NULL);
- babl_conversion_new (babl_format ("R'G'B' u8"), f24, "linear",
+ babl_conversion_new (babl_format ("R'G'B' u8"), f24, "linear",
conv_rgb8_cairo24_le, NULL);
}
else
@@ -469,6 +469,6 @@ init (void)
babl_component ("A"),
NULL
);
-
+
return 0;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]