projects
/
wolf
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Check whitespace at end of lines
[wolf]
/
src
/
main
/
checker.asd
1
(asdf:defsystem checker :serial t
2
:components ((:file "package") (:file "checker"))
3
:depends-on (:cl-ppcre))