summaryrefslogtreecommitdiff
path: root/test/manual/indent/lisp.lisp
blob: f3874b5c3e08793117eb55984a790b60b967ca74 (plain)
1
2
3
4
5
(defun x ()
  (print (quote ( thingy great
		  stuff)))
  (print (quote (thingy great
			stuff))))