Skip to content

Commit

Permalink
Fix white space
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRivers committed Jan 1, 2024
1 parent 9b2c949 commit 03dc85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ADApp/pluginSrc/NDFileHDF5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3569,7 +3569,7 @@ char* NDFileHDF5::getDimsReport()
c = strlen(strdims);
for(j=0; j<dimsizes[i].nd; j++)
{
epicsSnprintf(strdims+c, maxlen-c, "%6llu,", (unsigned long long) dimsizes[i].dimsize[j]);
epicsSnprintf(strdims+c, maxlen-c, "%6llu,", (unsigned long long) dimsizes[i].dimsize[j]);
c = strlen(strdims);
}
//printf("name=%s c=%d rank=%d strdims: %s\n", dimsizes[i].name, c, dimsizes[i].nd, strdims);
Expand Down

0 comments on commit 03dc85f

Please sign in to comment.