diff options
author | Bruce Momjian | 2023-10-30 18:52:35 +0000 |
---|---|---|
committer | Bruce Momjian | 2023-10-30 18:52:35 +0000 |
commit | 56b30e266eaa74f38bdda45067c9a5a63cd24c75 (patch) | |
tree | ccf3d8556246d6199f6dd964fea01f4a5fad92d4 /src/backend | |
parent | 0c60e8ba80e03491b028204a19a9dca6d216df91 (diff) |
pgindent run to fix commits de64268561 and 5ae2087202a
Reported-by: Michael Paquier
Discussion: https://postgr.es/m/ZT9YH7-TTx27V3yW@paquier.xyz
Backpatch-through: master
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/postmaster/postmaster.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index 39d77bea9ea..7b6b613c4a3 100644 --- a/src/backend/postmaster/postmaster.c +++ b/src/backend/postmaster/postmaster.c @@ -1563,8 +1563,8 @@ getInstallationPaths(const char *argv0) FreeDir(pdir); /* - * It's not worth checking the share/ directory. If the lib/ directory - * is there, then share/ probably is too. + * It's not worth checking the share/ directory. If the lib/ directory is + * there, then share/ probably is too. */ } |