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 Apr 16, 2024
1 parent 0bd607e commit d227b9e
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 @@ -82,8 +82,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 d227b9e

Please sign in to comment.