From 4221ffbc4bfd107fbddb8257de951ecef4aded3f Mon Sep 17 00:00:00 2001 From: Umang Jain Date: Thu, 15 Oct 2020 22:44:57 +0530 Subject: android: CameraStream: Fix nitpick indentation for mutex_ Signed-off-by: Umang Jain Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- src/android/camera_stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/android/camera_stream.h') diff --git a/src/android/camera_stream.h b/src/android/camera_stream.h index 47f3fc61..d3925fb5 100644 --- a/src/android/camera_stream.h +++ b/src/android/camera_stream.h @@ -137,7 +137,7 @@ private: * The class has to be MoveConstructible as instances are stored in * an std::vector in CameraDevice. */ - std::unique_ptr mutex_; + std::unique_ptr mutex_; }; #endif /* __ANDROID_CAMERA_STREAM__ */ -- cgit v1.2.1