mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-06-20 01:17:49 +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:
+2
-2
@@ -74,7 +74,7 @@ The example below is not structured like an actual implementation and is intende
|
||||
#### Example: hypothetical basic object construction
|
||||
```c
|
||||
/*
|
||||
* HEADER FILE - see db.h for a complete implementation example
|
||||
* HEADER FILE - see db.h for a complete implementation example
|
||||
*/
|
||||
|
||||
// Typedef the object declared in the C file
|
||||
@@ -646,7 +646,7 @@ To add an option, add the following to the `<option-list>` section; if it does n
|
||||
<option id="force" name="Force">
|
||||
<summary>Force a restore.</summary>
|
||||
|
||||
<text>By itself this option forces the <postgres/> data and tablespace paths to be completely overwritten. In combination with <br-option>--delta</br-option> a timestamp/size delta will be performed instead of using checksums.</text>
|
||||
<text>By itself this option forces the <postgres/> data and tablespace paths to be completely overwritten. In combination with <br-option>--delta</br-option> a timestamp/size delta will be performed instead of using checksums.</text>
|
||||
|
||||
<example>y</example>
|
||||
</option>
|
||||
|
||||
Reference in New Issue
Block a user