[grilo] fix: vala bindings use tabs instead of spaces
- From: Victor Toso de Carvalho <victortoso src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] fix: vala bindings use tabs instead of spaces
- Date: Mon, 18 Aug 2014 05:44:34 +0000 (UTC)
commit 155fcf3bef62cd3ae98b5a35ab5d290d5a86e22b
Author: Victor Toso <me victortoso com>
Date: Mon Jul 7 01:01:17 2014 -0300
fix: vala bindings use tabs instead of spaces
https://bugzilla.gnome.org/show_bug.cgi?id=732878
bindings/vala/grilo-0.2-custom.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bindings/vala/grilo-0.2-custom.vala b/bindings/vala/grilo-0.2-custom.vala
index 3bf99cf..0aa5483 100644
--- a/bindings/vala/grilo-0.2-custom.vala
+++ b/bindings/vala/grilo-0.2-custom.vala
@@ -112,8 +112,8 @@ namespace Grl {
public static Grl.KeyID DIRECTOR;
[CCode (cname ="GRL_METADATA_KEY_ORIGINAL_TITLE")]
public static Grl.KeyID ORIGINAL_TITLE;
- [CCode (cname ="GRL_METADATA_KEY_MB_ALBUM_ID")]
- public static Grl.KeyID MB_ALBUM_ID;
+ [CCode (cname ="GRL_METADATA_KEY_MB_ALBUM_ID")]
+ public static Grl.KeyID MB_ALBUM_ID;
public static unowned GLib.List list_new (Grl.KeyID p, ...);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]