Index: /branches/eam_branches/ipp-pstamp-20260421/pswarp/src/pswarpDefineLayout.c
===================================================================
--- /branches/eam_branches/ipp-pstamp-20260421/pswarp/src/pswarpDefineLayout.c	(revision 43089)
+++ /branches/eam_branches/ipp-pstamp-20260421/pswarp/src/pswarpDefineLayout.c	(revision 43090)
@@ -31,5 +31,5 @@
         return false;
     }
-    if (!pswarpLoadAstrometry (output, skycell, config,&zptObs,&zptErr)) {
+    if (!pswarpLoadAstrometry (output, skycell, config, &zptObs, &zptErr)) {
         psError(PSWARP_ERR_CONFIG, false, "problem loading output astrometry\n");
         return false;
@@ -71,5 +71,5 @@
 	    return false;
 	}
-	if (!pswarpLoadAstrometry (input, astrom, config,&zptObs,&zptErr)) {
+	if (!pswarpLoadAstrometry (input, astrom, config, &zptObs, &zptErr)) {
 	    psError(PSWARP_ERR_CONFIG, false, "problem loading input astrometry\n");
 	    return false;
@@ -129,5 +129,5 @@
 	    pmCell *refcell = pmFPAviewThisCell(view, skycell->fpa); ///< Target cell
 
-	    if (!pswarpGenerateOutputCell (chip, cell, refcell, output->xBin, output->yBin,zptObs,zptErr)){
+	    if (!pswarpGenerateOutputCell (chip, cell, refcell, output->xBin, output->yBin, zptObs, zptErr)){
 		psError(PSWARP_ERR_DATA, false, "failed to generate output cell");
 		psFree(view);
