diff options
Diffstat (limited to 'src/tools')
-rwxr-xr-x | src/tools/pgindent/pgindent | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tools/pgindent/pgindent b/src/tools/pgindent/pgindent index b98aa151954..c8c702d69ef 100755 --- a/src/tools/pgindent/pgindent +++ b/src/tools/pgindent/pgindent @@ -235,11 +235,6 @@ sub post_indent # Fix run-together comments to have a tab between them $source =~ s!\*/(/\*.*\*/)$!*/\t$1!gm; - # cpp conditionals - - # Reduce whitespace between #endif and comments to one tab - $source =~ s!^\#endif[ \t]+/\*!#endif /*!gm; - ## Functions # Use a single space before '*' in function return types |