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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user