Skip to content
Snippets Groups Projects
Commit 05584c96 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Code cleanup.

parent d2e27b06
No related branches found
No related tags found
No related merge requests found
......@@ -1320,7 +1320,6 @@ int pgindent_func_no_var_fix;\
line3 ~ " *}$")
{
print line2;
line1 = "";
line2 = "";
line3 = "";
skips = 3;
......@@ -1350,7 +1349,6 @@ int pgindent_func_no_var_fix;\
{
print line1;
print line3;
line1 = "";
line2 = "";
line3 = "";
skips = 3;
......@@ -1378,7 +1376,6 @@ int pgindent_func_no_var_fix;\
line2 ~ "^#endif")
{
print line2;
line1 = "";
line2 = "";
skips = 2;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment