diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-10-17 12:19:05 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-10-17 12:19:05 -0400 |
commit | 7584649a1c58029a83a7a57d74cedcf1af434c97 (patch) | |
tree | a6dcf677444e379e5fcb59fc28dfc2192da15f5f /src/bin/pg_dump/parallel.h | |
parent | 389573fd19edd255736c50dfd0fd779da7535a7b (diff) |
Re-pgindent src/bin/pg_dump/*.
Seems to have gotten rather messy lately, as a consequence of a couple
of large recent commits.
Diffstat (limited to 'src/bin/pg_dump/parallel.h')
-rw-r--r-- | src/bin/pg_dump/parallel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_dump/parallel.h b/src/bin/pg_dump/parallel.h index dd3546f2788..6083e4448db 100644 --- a/src/bin/pg_dump/parallel.h +++ b/src/bin/pg_dump/parallel.h @@ -32,8 +32,8 @@ typedef enum /* Arguments needed for a worker process */ typedef struct ParallelArgs { - ArchiveHandle *AH; - TocEntry *te; + ArchiveHandle *AH; + TocEntry *te; } ParallelArgs; /* State for each parallel activity slot */ |