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:
parent
212417bfe1
commit
4221ffbc4b
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ private:
|
|||
* The class has to be MoveConstructible as instances are stored in
|
||||
* an std::vector in CameraDevice.
|
||||
*/
|
||||
std::unique_ptr<std::mutex> mutex_;
|
||||
std::unique_ptr<std::mutex> mutex_;
|
||||
};
|
||||
|
||||
#endif /* __ANDROID_CAMERA_STREAM__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue