libcamera: rkisp1: Formatting improvements
The LSP autoformatter doesn't like some of the current formatting, let's make it happier. Note that not all of its suggestions were accepted because readability is preferred and adjusting .clang-format may not be easy or possible. Signed-off-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
e4c6eb95a9
commit
682a3f1f73
2 changed files with 4 additions and 3 deletions
|
@ -306,7 +306,8 @@ void Awb::process(IPAContext &context,
|
|||
activeState.awb.gains.automatic.blue = blueGain;
|
||||
activeState.awb.gains.automatic.green = 1.0;
|
||||
|
||||
LOG(RkISP1Awb, Debug) << std::showpoint
|
||||
LOG(RkISP1Awb, Debug)
|
||||
<< std::showpoint
|
||||
<< "Means [" << redMean << ", " << greenMean << ", " << blueMean
|
||||
<< "], gains [" << activeState.awb.gains.automatic.red << ", "
|
||||
<< activeState.awb.gains.automatic.green << ", "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue