Skip to content

Commit

Permalink
Replaced spaces with tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlpstsci committed Apr 16, 2024
1 parent cf4ab02 commit 0bd607e
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 @@ -84,8 +84,8 @@ Hdr *hdr io: image header to be modified

/* 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);
sprintf (scratch, " MJD#%0.4f", wf32d->expstart);
strcat (photstr, scratch);

if (wf32d->verbose) {
sprintf (MsgText, "Keyword PHOTMODE built as: %s", photstr);
Expand Down

0 comments on commit 0bd607e

Please sign in to comment.