Обсуждение: pgsql: Fix code indentation violations introduced by recent commit

Поиск
Список
Период
Сортировка

pgsql: Fix code indentation violations introduced by recent commit

От
Michael Paquier
Дата:
Fix code indentation violations introduced by recent commit

The two culprit commits are 5765cfe and 5e0c761.

Per buildfarm member koel for the first commit, while I have noticed the
second one in passing.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5dc456b7dda4f7d0d7735b066607c190c74d174a

Modified Files
--------------
src/backend/utils/fmgr/fmgr.c | 15 ++++++++-------
src/backend/utils/misc/guc.c  | 12 ++++++------
src/bin/pgbench/pgbench.c     |  2 +-
3 files changed, 15 insertions(+), 14 deletions(-)