forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita00fd06
committed
Add missing spaces after single-line comments
Only 1 of 3 of these changes appear to be handled by pgindent. That changeis new to v15. The remaining two appear to be left alone by pgindent. Theexact reason for that is not 100% clear to me. It seems related to thefact that it's a line that contains *only* a single line comment and noactual code. It does not seem worth investigating this in too muchdetail. In any case, these do not conform to our usual practices, so fixthem.Author: Justin PryzbyDiscussion:https://postgr.es/m/20220411020336.GB26620@telsasoft.com1 parentac8be0c commita00fd06
3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
912 | 912 |
| |
913 | 913 |
| |
914 | 914 |
| |
915 |
| - | |
| 915 | + | |
916 | 916 |
| |
917 | 917 |
| |
918 | 918 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
| 174 | + | |
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
|
0 commit comments
Comments
(0)