Formatter issue. It does not properly indent the first column following an index hint. First column lacks one space.
The issue is the first column in the select list, "part_nbr" in the example below, does not get indented properly. The indentation is 1 space too short. It is preferred that it be the same as the rest of the other columns.
Example:
/* Formatted on 6/4/2015 2:59:16 PM (QP5 v5.269.14213.34769) */
SELECT /*+ FULL (oord) */
part_nbr,
row_added_ts,
ord_nbr,
sub_ord_nbr,
ord_type,
ord_stat,
ord_ctrl_code,
plan_firm_date,
plan_rlse_date,
date_closed,
plan_recv_date,
qty_on_ord,
qty_recvd
FROM oord;