diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2019-01-30 11:10:48 +0000 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2019-02-04 16:43:09 +0100 |
commit | 8400bdd19adfe4f904c971f6ef6ef9499896fa4d (patch) | |
tree | 1bd1498244ccb526144aa5e10f887bc6aef184ee /test/media_device | |
parent | b82fac15c40a22f9dd15f5bd3d20e6730027a9df (diff) |
clang-format: Enable BreakBeforeTernaryOperators
This produces code with the ternary operators at the beginning instead of the
end of the line:
return caps_.isMultiplanar() ? getFormatMultiplane(fmt)
: getFormatSingleplane(fmt);
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'test/media_device')
0 files changed, 0 insertions, 0 deletions