mirror of
https://github.com/postgres/postgres.git
synced 2025-05-08 07:21:33 +03:00
Code cleanup.
This commit is contained in:
parent
d2e27b0674
commit
05584c9660
@ -1320,7 +1320,6 @@ int pgindent_func_no_var_fix;\
|
|||||||
line3 ~ " *}$")
|
line3 ~ " *}$")
|
||||||
{
|
{
|
||||||
print line2;
|
print line2;
|
||||||
line1 = "";
|
|
||||||
line2 = "";
|
line2 = "";
|
||||||
line3 = "";
|
line3 = "";
|
||||||
skips = 3;
|
skips = 3;
|
||||||
@ -1350,7 +1349,6 @@ int pgindent_func_no_var_fix;\
|
|||||||
{
|
{
|
||||||
print line1;
|
print line1;
|
||||||
print line3;
|
print line3;
|
||||||
line1 = "";
|
|
||||||
line2 = "";
|
line2 = "";
|
||||||
line3 = "";
|
line3 = "";
|
||||||
skips = 3;
|
skips = 3;
|
||||||
@ -1378,7 +1376,6 @@ int pgindent_func_no_var_fix;\
|
|||||||
line2 ~ "^#endif")
|
line2 ~ "^#endif")
|
||||||
{
|
{
|
||||||
print line2;
|
print line2;
|
||||||
line1 = "";
|
|
||||||
line2 = "";
|
line2 = "";
|
||||||
skips = 2;
|
skips = 2;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user