1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-13 16:22:44 +03:00

Fix indentation issue

Issue introduced by 84fb27511d.  I have missed this diff while
adding pgoff_t to the typedef list of pgindent, while addressing a
separate indentation issue.

Per buildfarm member koel.
This commit is contained in:
Michael Paquier
2025-11-13 14:25:21 +09:00
parent 84fb27511d
commit c2b0e3a035

View File

@@ -2067,7 +2067,7 @@ WriteOffset(ArchiveHandle *AH, pgoff_t o, int wasSet)
}
int
ReadOffset(ArchiveHandle *AH, pgoff_t * o)
ReadOffset(ArchiveHandle *AH, pgoff_t *o)
{
int i;
int off;