Skip to content

Commit 148a64b

Browse files
Merge pull request #700 from ourairquality/postpos-align-ref-pos
postpos: align header ref pos
2 parents 86222b0 + 1a47317 commit 148a64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/postpos.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ static void outheader(FILE *fp, const char **file, int n, const prcopt_t *popt,
180180
outprcopt(fp,popt);
181181
}
182182
if (PMODE_DGPS<=popt->mode&&popt->mode<=PMODE_FIXED&&popt->mode!=PMODE_MOVEB) {
183-
fprintf(fp,"%s ref pos :",COMMENTH);
183+
fprintf(fp,"%s ref pos : ",COMMENTH);
184184
outrpos(fp,popt->rb,sopt);
185185
fprintf(fp,"\n");
186186
}

0 commit comments

Comments
 (0)