You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-05 00:28:52 +02:00
Remove double spaces from comments and documentation.
Double spaces have fallen out of favor in recent years because they no longer contribute to readability. We have been using single spaces and editing related paragraphs for some time, but now it seems best to update the remaining instances to avoid churn in unrelated commits and to make it clearer what spacing contributors should use.
This commit is contained in:
@ -290,7 +290,7 @@ pgClientQuery(PgClient *const this, const String *const query, const PgClientQue
|
||||
// Else convert the value to a variant
|
||||
else
|
||||
{
|
||||
// Convert column type. Not all PostgreSQL types are supported but these should suffice.
|
||||
// Convert column type. Not all PostgreSQL types are supported but these should suffice.
|
||||
switch (columnType[columnIdx])
|
||||
{
|
||||
// Boolean type
|
||||
|
Reference in New Issue
Block a user