]> granicus.if.org Git - postgresql/commitdiff
Remove odd blank line in comment.
authorFujii Masao <fujii@postgresql.org>
Thu, 18 Dec 2014 08:33:38 +0000 (17:33 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 18 Dec 2014 08:33:38 +0000 (17:33 +0900)
Etsuro Fujita

src/backend/commands/explain.c

index 332f04a2548fdc341fb3fd19f852b6624b46c166..064f880a9c41e0d113de8b11e03216b5c981bf0c 100644 (file)
@@ -568,7 +568,6 @@ ExplainPrintPlan(ExplainState *es, QueryDesc *queryDesc)
 
 /*
  * ExplainPrintTriggers -
-
  *       convert a QueryDesc's trigger statistics to text and append it to
  *       es->str
  *