diff src/specifier.c @ 82:6a378aca36af r20-0b91

Import from CVS: tag r20-0b91
author cvs
date Mon, 13 Aug 2007 09:07:36 +0200
parents 54cc21c15cbb
children 9f59509498e1
line wrap: on
line diff
--- a/src/specifier.c	Mon Aug 13 09:06:45 2007 +0200
+++ b/src/specifier.c	Mon Aug 13 09:07:36 2007 +0200
@@ -2152,8 +2152,8 @@
 
 	  GCPRO1 (opaque);
 	  retval = call_with_suspended_errors
-	    ( (lisp_fn_t) call_validate_matchspec_method,
-	      Qnil, Qspecifier, errb, 2, opaque, matchspec);
+	    ((lisp_fn_t) call_validate_matchspec_method,
+	     Qnil, Qspecifier, errb, 2, opaque, matchspec);
 	  
 	  free_opaque_ptr (opaque);
 	  UNGCPRO;
@@ -2276,9 +2276,9 @@
 
 	  if (HAS_SPECMETH_P (sp, instantiate))
 	    val = call_with_suspended_errors
-	      ( (lisp_fn_t) RAW_SPECMETH (sp, instantiate),
-		Qunbound, Qspecifier, errb, 5, specifier,
-		matchspec, domain, XCDR (tagged_inst), depth);
+	      ((lisp_fn_t) RAW_SPECMETH (sp, instantiate),
+	       Qunbound, Qspecifier, errb, 5, specifier,
+	       matchspec, domain, XCDR (tagged_inst), depth);
 
 	  if (!UNBOUNDP (val))
 	    {