guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-309-g3e5a1


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-309-g3e5a164
Date: Sat, 06 Apr 2013 22:13:52 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=3e5a164ac3d93a1a43c0e81842d0583fe0031b84

The branch, stable-2.0 has been updated
       via  3e5a164ac3d93a1a43c0e81842d0583fe0031b84 (commit)
      from  a16d4e82e949954805bf2cd42cfbb519fcf4012d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3e5a164ac3d93a1a43c0e81842d0583fe0031b84
Author: Mark H Weaver <address@hidden>
Date:   Sat Apr 6 18:13:04 2013 -0400

    Fix indentation in test-scm-c-bind-keyword-arguments.c.
    
    * test-suite/standalone/test-scm-c-bind-keyword-arguments.c
      (test_invalid_keyword): Fix indentation.

-----------------------------------------------------------------------

Summary of changes:
 .../standalone/test-scm-c-bind-keyword-arguments.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/test-suite/standalone/test-scm-c-bind-keyword-arguments.c 
b/test-suite/standalone/test-scm-c-bind-keyword-arguments.c
index a42b0d9..6fcf821 100644
--- a/test-suite/standalone/test-scm-c-bind-keyword-arguments.c
+++ b/test-suite/standalone/test-scm-c-bind-keyword-arguments.c
@@ -65,13 +65,13 @@ test_invalid_keyword (void *data)
   SCM arg_foo, arg_bar;
 
   scm_c_bind_keyword_arguments ("test",
-                     scm_list_n (k_foo, SCM_EOL,
-                                 SCM_INUM0, SCM_INUM1,
-                                 SCM_UNDEFINED),
-                     SCM_ALLOW_OTHER_KEYS,
-                     k_foo, &arg_foo,
-                     k_bar, &arg_bar,
-                     SCM_UNDEFINED);
+                                scm_list_n (k_foo, SCM_EOL,
+                                            SCM_INUM0, SCM_INUM1,
+                                            SCM_UNDEFINED),
+                                SCM_ALLOW_OTHER_KEYS,
+                                k_foo, &arg_foo,
+                                k_bar, &arg_bar,
+                                SCM_UNDEFINED);
   assert (0);
 }
 


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]