mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 00:04:11 -05:00
Fix indentation issue
Issue introduced by 84fb27511dbe. 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:
parent
84fb27511d
commit
c2b0e3a035
@ -2067,7 +2067,7 @@ WriteOffset(ArchiveHandle *AH, pgoff_t o, int wasSet)
|
|||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
ReadOffset(ArchiveHandle *AH, pgoff_t * o)
|
ReadOffset(ArchiveHandle *AH, pgoff_t *o)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
int off;
|
int off;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user