From e642b6579b8a191dbcd6cca5aaf6ba8f4d8db8fa Mon Sep 17 00:00:00 2001 From: Scott McKay Date: Thu, 28 Feb 2013 11:49:58 +0530 Subject: [PATCH] A few whitespace changes --- conditions.lisp | 1 + utilities.lisp | 1 + 2 files changed, 2 insertions(+) diff --git a/conditions.lisp b/conditions.lisp index 9eef5ee..5ea0b97 100644 --- a/conditions.lisp +++ b/conditions.lisp @@ -10,6 +10,7 @@ (in-package "PROTO-IMPL") + ;;; Protocol buffers conditions (define-condition undefined-type (simple-error) diff --git a/utilities.lisp b/utilities.lisp index 0cc0495..42c68dc 100644 --- a/utilities.lisp +++ b/utilities.lisp @@ -324,6 +324,7 @@ #+sbcl (sb-ext:typexpand type) #-(or allegro ccl clisp cmu lispworks sbcl) type) + ;;; Code generation utilities (defvar *proto-name-separators* '(#\- #\_ #\/ #\space)) -- 2.45.2