Minor indentation fixes.
This commit is contained in:
parent
b272c7880b
commit
3671178a35
2 changed files with 7 additions and 7 deletions
|
@ -34,7 +34,7 @@
|
|||
(t nil))))
|
||||
|
||||
(defun unicode-space-p (char)
|
||||
"Determine if CHAR is a kind of whitespace by unicode category means"
|
||||
"Determine if CHAR is a kind of whitespace by unicode category means."
|
||||
(char= (aref (cl-unicode:general-category char) 0) #\Z))
|
||||
|
||||
(defun slugify (string)
|
||||
|
|
Loading…
Add table
Reference in a new issue