r11859: Canonicalize whitespace
[uffi.git] / tests / structs.lisp
index 068ee1f7b2204da09e91f10df8c4591c887b7746..806de8a811bdf6f44a37b6402539afa712d3a328 100644 (file)
@@ -24,7 +24,7 @@
 (uffi:def-foreign-type foo-ptr (* foo))
 
 ;; tests that compilation worked
-(deftest :structs.1 
+(deftest :structs.1
   (with-foreign-object (p 'foo)
     t)
   t)