android: CameraStream: Fix nitpick indentation for mutex_

Signed-off-by: Umang Jain <email@uajain.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Umang Jain 2020-10-15 22:44:57 +05:30 committed by Laurent Pinchart
parent 212417bfe1
commit 4221ffbc4b

View file

@ -137,7 +137,7 @@ private:
* The class has to be MoveConstructible as instances are stored in * The class has to be MoveConstructible as instances are stored in
* an std::vector in CameraDevice. * an std::vector in CameraDevice.
*/ */
std::unique_ptr<std::mutex> mutex_; std::unique_ptr<std::mutex> mutex_;
}; };
#endif /* __ANDROID_CAMERA_STREAM__ */ #endif /* __ANDROID_CAMERA_STREAM__ */