Remove old CVS $Id$ keyword
[uffi.git] / tests / structs.lisp
index 3c886a170e7db27b19511c02e65732fc85ffc2e1..eb8b78cbe9306406c06c29cd987a11665a36bcef 100644 (file)
@@ -7,9 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of UFFI, is Copyright (c) 2002-2003 by Kevin M. Rosenberg
+;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 ;;;;
 ;;;; *************************************************************************
 
@@ -24,7 +22,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)