common-lisp.net
/
projects/qitab/cl-protobufs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ff9be0b
)
printer.lisp: Add missing space to docstring
author
Alejandro R Sedeño
<asedeno@google.com>
Wed, 5 Dec 2012 01:31:57 +0000 (20:31 -0500)
committer
Alejandro R Sedeño
<asedeno@google.com>
Wed, 5 Dec 2012 01:44:46 +0000 (20:44 -0500)
printer.lisp
patch
|
blob
|
blame
|
history
diff --git
a/printer.lisp
b/printer.lisp
index
40b01bf
..
954c1e7
100644
(file)
--- a/
printer.lisp
+++ b/
printer.lisp
@@
-16,7
+16,7
@@
(defun write-schema (protobuf &rest keys
&key (stream *standard-output*) (type :proto) &allow-other-keys)
"Writes the object 'protobuf' (schema, message, enum, etc) onto the
- stream 'stream'in the format given by 'type' (:proto, :text, etc)."
+ stream 'stream' in the format given by 'type' (:proto, :text, etc)."
(let ((*protobuf* protobuf))
(apply #'write-schema-as type protobuf stream keys)))