mirror of
https://github.com/postgres/postgres.git
synced 2025-10-16 17:07:43 +03:00
Re-pgindent src/bin/pg_dump/*
Cleanup for recent patches --- it's not much change, but I got annoyed while re-indenting the view-rule fix I'm working on.
This commit is contained in:
@@ -2108,7 +2108,9 @@ _discoverArchiveFormat(ArchiveHandle *AH)
|
||||
if (strncmp(sig, "PGDMP", 5) == 0)
|
||||
{
|
||||
int byteread;
|
||||
char vmaj, vmin, vrev;
|
||||
char vmaj,
|
||||
vmin,
|
||||
vrev;
|
||||
|
||||
/*
|
||||
* Finish reading (most of) a custom-format header.
|
||||
@@ -3563,7 +3565,9 @@ ReadHead(ArchiveHandle *AH)
|
||||
*/
|
||||
if (!AH->readHeader)
|
||||
{
|
||||
char vmaj, vmin, vrev;
|
||||
char vmaj,
|
||||
vmin,
|
||||
vrev;
|
||||
|
||||
(*AH->ReadBufPtr) (AH, tmpMag, 5);
|
||||
|
||||
|
Reference in New Issue
Block a user