Обсуждение: Trailing whitespaces in various documentations

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

Trailing whitespaces in various documentations

От
Julien Rouhaud
Дата:
Hi,

While working on unrelated documentation change, I noticed some
trailing whitespaces in various documentation files.  PFA a simple
patch to get rid of them (I didn't removed the one corresponding to
psql output), if that helps.

Вложения

Re: Trailing whitespaces in various documentations

От
Peter Eisentraut
Дата:
On 2019-04-07 18:51, Julien Rouhaud wrote:
> While working on unrelated documentation change, I noticed some
> trailing whitespaces in various documentation files.  PFA a simple
> patch to get rid of them (I didn't removed the one corresponding to
> psql output), if that helps.

committed, thanks

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



Re: Trailing whitespaces in various documentations

От
Julien Rouhaud
Дата:
Le lun. 8 avr. 2019 à 22:43, Peter Eisentraut <peter.eisentraut@2ndquadrant.com> a écrit :
On 2019-04-07 18:51, Julien Rouhaud wrote:
> While working on unrelated documentation change, I noticed some
> trailing whitespaces in various documentation files.  PFA a simple
> patch to get rid of them (I didn't removed the one corresponding to
> psql output), if that helps.

committed, thanks

Thanks!