{"id":10060,"url":"https://patchwork.libcamera.org/api/1.1/patches/10060/?format=json","web_url":"https://patchwork.libcamera.org/patch/10060/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20201015171457.75678-4-email@uajain.com>","date":"2020-10-15T17:14:57","name":"[libcamera-devel,3/3] android: CameraStream: Fix nitpick indentation for mutex_","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"886cf0ba0ed92d88b0b12f05f82b1fdcb8b088ae","submitter":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/people/1/?format=json","name":"Umang Jain","email":"email@uajain.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/10060/mbox/","series":[{"id":1375,"url":"https://patchwork.libcamera.org/api/1.1/series/1375/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=1375","date":"2020-10-15T17:14:54","name":"android: Introduce PostProcessor interface","version":1,"mbox":"https://patchwork.libcamera.org/series/1375/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/10060/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/10060/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 1345CBE905\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu, 15 Oct 2020 17:15:12 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id D3E7B61027;\n\tThu, 15 Oct 2020 19:15:11 +0200 (CEST)","from mail.uajain.com (static.126.159.217.95.clients.your-server.de\n\t[95.217.159.126])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id B71C460E5A\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 15 Oct 2020 19:15:10 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=uajain.com header.i=@uajain.com\n\theader.b=\"YbSWeDco\"; dkim-atps=neutral","From":"Umang Jain <email@uajain.com>","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=uajain.com; s=mail;\n\tt=1602782110; bh=vl/GOXYa4qcngnArqex3I+btej7F6xWgng7PH/ZLHiY=;\n\th=From:To:Cc:Subject:In-Reply-To:References;\n\tb=YbSWeDcowknw+KOyExuwUd977GHPQ8gqNCXqQJxCZ356ivujstA1YKvlWnfREKiPY\n\tWnW8ZaBghw0MoEPNgALsh683PbdtY64zvxJToTRLa1RcFqJkMuVEHQ+7m9k3rnOSAF\n\t2NfTew1gvEeSpcWyKuAOPcCj8k9MjJE98hgtYxPY4U/c4fqpoHSuNTLT+mDAtVtFim\n\t0ekraoa+ALSjcqXMBOqdILN/2em2q8G6s4PnAG4fhhqymnKm+h3KTNIfjQ1+AyUBAj\n\t61zxeNvTIiOPN7++LNFKBEEqy+lW9WqayZdcGKsTRQHgYW98+4ONANkYU3jiozJDEV\n\t7r5UAWU7TYDjw==","To":"libcamera-devel@lists.libcamera.org","Date":"Thu, 15 Oct 2020 22:44:57 +0530","Message-Id":"<20201015171457.75678-4-email@uajain.com>","In-Reply-To":"<20201015171457.75678-1-email@uajain.com>","References":"<20201015171457.75678-1-email@uajain.com>","Mime-Version":"1.0","Subject":"[libcamera-devel] [PATCH 3/3] android: CameraStream: Fix nitpick\n\tindentation for mutex_","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"Signed-off-by: Umang Jain <email@uajain.com>\n---\n src/android/camera_stream.h | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)","diff":"diff --git a/src/android/camera_stream.h b/src/android/camera_stream.h\nindex c55d90b..c2cb121 100644\n--- a/src/android/camera_stream.h\n+++ b/src/android/camera_stream.h\n@@ -141,7 +141,7 @@ private:\n \t * The class has to be MoveConstructible as instances are stored in\n \t * an std::vector in CameraDevice.\n \t */\n-\t std::unique_ptr<std::mutex> mutex_;\n+\tstd::unique_ptr<std::mutex> mutex_;\n \tstd::unique_ptr<PostProcessor> postProcessor_;\n };\n \n","prefixes":["libcamera-devel","3/3"]}