We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1233d4f commit c6e25edCopy full SHA for c6e25ed
src/tools/pgindent/pgindent
@@ -1487,12 +1487,12 @@ do
1487
cat /tmp/$$a |
1488
sed 's;^/\*\(DATA(.*\)\*/$;\1;' |
1489
sed 's;^/\*\(CATALOG(.*\)\*/$;\1;' |
1490
- sed 's;^/\* Open extern \"C\" \*/$;extern "C"\
1491
-{;' |
1492
- sed 's;^/\* Close extern \"C\" \*/$;};' |
1493
# remove tabs and retab with four spaces
1494
detab -t8 -qc |
1495
entab -t4 -qc |
+ sed 's;^/\* Open extern \"C\" \*/$;extern "C"\
+{;' |
+ sed 's;^/\* Close extern \"C\" \*/$;};' |
1496
sed 's;/\*---X_X;/* ---;g' |
1497
# workaround indent bug
1498
sed 's;^static[ ][ ]*;static ;g' |
0 commit comments