Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1233d4f

Browse files
committed
Fix typo.
1 parent e644fc2 commit 1233d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/pgindent/pgindent

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ do
7070
if (line1 ~ "^extern[ ]*\"C\"" &&
7171
line2 ~ "^{[ ]*$")
7272
{
73-
# don't print first line
73+
# do not print first line
7474
print "/* Open extern \"C\" */";
7575
line2 = "";
7676
skips = 2;

0 commit comments

Comments
 (0)