[gtk-web] language-bindings: Fixed indentation issue
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web] language-bindings: Fixed indentation issue
- Date: Mon, 19 Mar 2012 13:46:09 +0000 (UTC)
commit 12c572661753b1de1b50dbcb3ff7b655cbcd9bb4
Author: Martyn Russell <martyn lanedo com>
Date: Mon Mar 19 13:45:25 2012 +0000
language-bindings: Fixed indentation issue
language-bindings.php | 33 ++++++++++++++++-----------------
1 files changed, 16 insertions(+), 17 deletions(-)
---
diff --git a/language-bindings.php b/language-bindings.php
index 296f093..d7fcb2c 100755
--- a/language-bindings.php
+++ b/language-bindings.php
@@ -335,23 +335,22 @@ $bindings = array(
)
),
- "Fortran" => array(
- 'official' => false,
- 'url' => 'http://github.com/jerryd/gtk-fortran/wiki',
- 'support' => array(
- '2.8' => UNSUPPORTED,
- '2.10' => UNSUPPORTED,
- '2.12' => SUPPORTED,
- '2.14' => SUPPORTED,
- '2.16' => SUPPORTED,
- '2.18' => SUPPORTED,
- '2.20' => UNSUPPORTED,
- '2.22' => UNSUPPORTED,
- '2.24' => PARTIAL,
- '3.0' => PARTIAL
- )
- )
-
+ "Fortran" => array(
+ 'official' => false,
+ 'url' => 'http://github.com/jerryd/gtk-fortran/wiki',
+ 'support' => array(
+ '2.8' => UNSUPPORTED,
+ '2.10' => UNSUPPORTED,
+ '2.12' => SUPPORTED,
+ '2.14' => SUPPORTED,
+ '2.16' => SUPPORTED,
+ '2.18' => SUPPORTED,
+ '2.20' => UNSUPPORTED,
+ '2.22' => UNSUPPORTED,
+ '2.24' => PARTIAL,
+ '3.0' => PARTIAL
+ )
+ )
);
// Alternate image attributes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]