Commit d678bde6 authored by Magnus Hagander's avatar Magnus Hagander

Fix indentation that could mask a future bug

Michael Paquier, spotted using Coverity
parent aa7cf3ee
...@@ -2364,7 +2364,7 @@ print_function_trftypes(StringInfo buf, HeapTuple proctup) ...@@ -2364,7 +2364,7 @@ print_function_trftypes(StringInfo buf, HeapTuple proctup)
{ {
if (i != 0) if (i != 0)
appendStringInfoString(buf, ", "); appendStringInfoString(buf, ", ");
appendStringInfo(buf, "FOR TYPE %s", format_type_be(trftypes[i])); appendStringInfo(buf, "FOR TYPE %s", format_type_be(trftypes[i]));
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment