diff options
author | Greg J. Badros <gjb@cs.washington.edu> | 1999-12-13 00:44:10 +0000 |
---|---|---|
committer | Greg J. Badros <gjb@cs.washington.edu> | 1999-12-13 00:44:10 +0000 |
commit | 717050c8d5a7df541453271791526de3da6ae570 (patch) | |
tree | 0d5c2a240c9486ed78b51830c1510a26546ace6b /libguile/vectors.c | |
parent | 6aca8c6cbe3465e17de77ecdbdca14c687ee7071 (diff) | |
download | guile-717050c8d5a7df541453271791526de3da6ae570.tar.gz |
Remove leading whitespace before empty docstrings.
Diffstat (limited to 'libguile/vectors.c')
-rw-r--r-- | libguile/vectors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/vectors.c b/libguile/vectors.c index b549baeff..8b1d05498 100644 --- a/libguile/vectors.c +++ b/libguile/vectors.c @@ -266,7 +266,7 @@ scm_vector_equal_p(SCM x, SCM y) GUILE_PROC (scm_vector_move_left_x, "vector-move-left!", 5, 0, 0, (SCM vec1, SCM start1, SCM end1, SCM vec2, SCM start2), - "") +"") #define FUNC_NAME s_scm_vector_move_left_x { long i; @@ -289,7 +289,7 @@ GUILE_PROC (scm_vector_move_left_x, "vector-move-left!", 5, 0, 0, GUILE_PROC (scm_vector_move_right_x, "vector-move-right!", 5, 0, 0, (SCM vec1, SCM start1, SCM end1, SCM vec2, SCM start2), - "") +"") #define FUNC_NAME s_scm_vector_move_right_x { long i; |