Fix indentation that could mask a future bug

Michael Paquier, spotted using Coverity
pull/14/head
Magnus Hagander 11 years ago
parent aa7cf3eef4
commit d678bde655
  1. 2
      src/backend/utils/adt/ruleutils.c

@ -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]));
} }
} }
} }

Loading…
Cancel
Save