From 40761334eeb2243bce375a696850d82c27a25c6a Mon Sep 17 00:00:00 2001 From: Michele De La Pena Date: Tue, 16 Apr 2024 17:39:13 -0400 Subject: [PATCH] Forgot to fix the spaces vs tab for comment too --- pkg/wfc3/lib/wf32d/photmode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/wfc3/lib/wf32d/photmode.c b/pkg/wfc3/lib/wf32d/photmode.c index f56285c2..bf90f8de 100644 --- a/pkg/wfc3/lib/wf32d/photmode.c +++ b/pkg/wfc3/lib/wf32d/photmode.c @@ -78,8 +78,8 @@ Hdr *hdr io: image header to be modified strcat (photstr, wf32d->filter); } - /* Update: Add 'MJD#' value to the PHOTMODE string for both the - UVIS and IR detectors */ + /* Update: Add 'MJD#' value to the PHOTMODE string for both the + UVIS and IR detectors */ sprintf (scratch, " MJD#%0.4f", wf32d->expstart); strcat (photstr, scratch);