From patchwork Wed Aug 3 10:38:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 16929 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 019DDBE173 for ; Wed, 3 Aug 2022 10:39:04 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id B277663316; Wed, 3 Aug 2022 12:39:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1659523143; bh=Y0x0+sgQInggYtxIrqEg0ApPKha48JfQOJXYu4QsAF4=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=jUEXHWIu8vxjlrh6goFDAxaAcvstDbQsABcH8ss6fLFXMYPWh1mYctek7d93cTMqe 4PjjrzqRkNe8/gqJvmgG6bhz2aNHT+D8sUxRqPflg7g8JxtQkl+Xdg0rI0vBRFQ87g yVkVW0zmrEJUolIh5vLNyHL20Ti5otupOxRbyq/feYb/LPy7J71k0w192F/M1VnBhF 5KyY8gQVi1a0Ui9d/1TTXzekTO+Id4wJuXGnJDFx+MWDvi94lLEzWb6jkHJb2qi059 hkP/IW1W+bEIhiXuL9F/iD+qgh8hvuraJEnP5OJRcyz1sjSD17UjZUW77Ke2/KcDGo 7Kuq5gwkLQ6gg== Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id E1877603E6 for ; Wed, 3 Aug 2022 12:39:01 +0200 (CEST) Received: (Authenticated sender: jacopo@jmondi.org) by mail.gandi.net (Postfix) with ESMTPSA id 277921C0008; Wed, 3 Aug 2022 10:39:00 +0000 (UTC) To: libcamera-devel@lists.libcamera.org Date: Wed, 3 Aug 2022 12:38:45 +0200 Message-Id: <20220803103849.26144-4-jacopo@jmondi.org> X-Mailer: git-send-email 2.37.1 In-Reply-To: <20220803103849.26144-1-jacopo@jmondi.org> References: <20220803103849.26144-1-jacopo@jmondi.org> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v5 3/7] guides: pipeline handler: Remove rogue spaces 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-Patchwork-Original-From: Jacopo Mondi via libcamera-devel From: Jacopo Mondi Reply-To: Jacopo Mondi Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Remove 4 rogue spaces from the pipeline developer guide. Signed-off-by: Jacopo Mondi Reviewed-by: Laurent Pinchart --- Documentation/guides/pipeline-handler.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/guides/pipeline-handler.rst b/Documentation/guides/pipeline-handler.rst index 2d55666d094f..56b5d458d953 100644 --- a/Documentation/guides/pipeline-handler.rst +++ b/Documentation/guides/pipeline-handler.rst @@ -289,7 +289,7 @@ features: .. code-block:: cpp #include - + #include "libcamera/internal/pipeline_handler.h" Run the following commands: