From patchwork Fri Jun 5 08:26:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marvin Schmidt X-Patchwork-Id: 3930 Return-Path: Received: from mail-ed1-x529.google.com (mail-ed1-x529.google.com [IPv6:2a00:1450:4864:20::529]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id B254861167 for ; Fri, 5 Jun 2020 10:26:52 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="BWWl7m41"; dkim-atps=neutral Received: by mail-ed1-x529.google.com with SMTP id m32so1594679ede.8 for ; Fri, 05 Jun 2020 01:26:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=9sq8b6SYlgarN2P3CoSAEetY4OI9eAksmNGEJOD+LCI=; b=BWWl7m417z2FybyILx2sMt7EcAyvBDyVx7vik4kDUaeuhZFagIY97EudzIiYDE0cYH LIDUs638hYTyFbH1yNdNqNUQgXHc4rRZiUkRiNEUp4LlwvjV07OFa5JMuuj5AXKRiISV eIp34ye4coxkFVWTx2sBFkUtHbXCgXFIRkcZm3EQmOiVfRtuUQLnurM4Ub23lm6SP6iG xLGkTymIanpTh18W3cZQiG380+RxZ4I0q1xwXGbKxZL0ZNMEeO0007ioWmSo6jRU7aQs odwWP07Q/b+P396e7AX8wHPky6TnvW//lJYMKHKzi4aUDySsZSf9OKLd6lWKa8cb5Dys UTrg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=9sq8b6SYlgarN2P3CoSAEetY4OI9eAksmNGEJOD+LCI=; b=M/k9dOXU7dbYS2GjB8k8GDIENd5gj8EctOVkcw5beMqnNXnq1t74jYA5pUPY5t6MGx GILcVA/aT1lU/LsNWqK1/IaiUDnX5yc8vmcOf6zlXxhoNEBnUT4pK6w4FImVhmJFULnc SOrLYxrNQyZj4Bv+QU0VBlNUmi341tLaOT3qp3cNrdTyhsPtVAZQpYXvKRancHkOYJ6u WfBGhuWFyle31uwt8ypYH/c46XOSNT7qWYHbDS7e+tNoUDybs7SgNUqeBmwmC9asnPum Hed7P74QEHpzErGhwPkDTNf6jQSNUsjunsLi2kd66X6sS2PbojhO1ZOTrat4Wpzyr2ag F6iA== X-Gm-Message-State: AOAM531uaEyqAlWKKJWcMft5wjcj0nDflcJMp2DnVc2d4bsQzqjO9+xQ xohNxIYNct51QsJqpxlznhV2NRt/YAk= X-Google-Smtp-Source: ABdhPJxD61/qxilJdkLCfKnzKaMlW+Sq/lU3nfGvTlrfxoZbdJQF2/dFp7dU7BiVSy04EIdhj3NJPg== X-Received: by 2002:a50:8425:: with SMTP id 34mr1504076edp.314.1591345612258; Fri, 05 Jun 2020 01:26:52 -0700 (PDT) Received: from pythagoras.local (x5f7085d1.dyn.telefonica.de. [95.112.133.209]) by smtp.gmail.com with ESMTPSA id i9sm3684473ejv.44.2020.06.05.01.26.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Jun 2020 01:26:51 -0700 (PDT) From: Marvin Schmidt To: libcamera-devel@lists.libcamera.org Date: Fri, 5 Jun 2020 10:26:14 +0200 Message-Id: <20200605082618.3793785-3-marvin.schmidt1987@gmail.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200605082618.3793785-1-marvin.schmidt1987@gmail.com> References: <20200605082618.3793785-1-marvin.schmidt1987@gmail.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 2/6] docs: Remove trailing whitespace X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2020 08:26:53 -0000 Signed-off-by: Marvin Schmidt Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- Documentation/docs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/docs.rst b/Documentation/docs.rst index bf2d117..873d8cd 100644 --- a/Documentation/docs.rst +++ b/Documentation/docs.rst @@ -282,7 +282,7 @@ libcamera Architecture | | Runner | | | | | +-------------+ +-------------+ | +--------------------------------------------------------------------+ - + /// Device-Specific Components ~~~ Sandboxing