File: check-canonical-whitespace

package info (click to toggle)
sbcl 1%3A0.9.16.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 19,960 kB
  • ctags: 16,537
  • sloc: lisp: 231,164; ansic: 19,558; asm: 2,539; sh: 1,925; makefile: 308
file content (6 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/bin/sh

# Look for violations of whitespace canonicalization. On the first
# one found, print the line (mostly to help humans) and exit with 
# nonzero (mostly to help scripts).