diff options
author | Automatic pgindent | 2023-04-23 21:50:53 +0000 |
---|---|---|
committer | Automatic pgindent | 2023-04-23 21:50:53 +0000 |
commit | 962df08da11205a2436c7e802fa16cd47b8a790e (patch) | |
tree | 0338f441a66bc0c76bb37b7dfb590dd04c27bbf4 /contrib/basic_archive/basic_archive.c | |
parent | 8bbd0cce92be98de9f4f727b8bf66fe26e5831ea (diff) |
Automatic pgindentmaster-pgindent
Diffstat (limited to 'contrib/basic_archive/basic_archive.c')
-rw-r--r-- | contrib/basic_archive/basic_archive.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/basic_archive/basic_archive.c b/contrib/basic_archive/basic_archive.c index cd852888ce..4d78c31859 100644 --- a/contrib/basic_archive/basic_archive.c +++ b/contrib/basic_archive/basic_archive.c @@ -407,8 +407,8 @@ basic_archive_shutdown(ArchiveModuleState *state) MemoryContext basic_archive_context; /* - * If we didn't get to storing the pointer to our allocated state, we don't - * have anything to clean up. + * If we didn't get to storing the pointer to our allocated state, we + * don't have anything to clean up. */ if (data == NULL) return; |