Skip to content

Commit

Permalink
Forgot to fix the spaces vs tab for comment too
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlpstsci committed Aug 9, 2024
1 parent b65f76b commit 4076133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/wfc3/lib/wf32d/photmode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 4076133

Please sign in to comment.