From patchwork Wed Aug 3 11:26:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 16948 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 87689C3272 for ; Wed, 3 Aug 2022 11:27:00 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 4456963316; Wed, 3 Aug 2022 13:27:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1659526020; bh=9gtSiPgByrt28vD38WuLP3PyDm9Z1/v1i5waEPoFDAI=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=t9po7QHx8jwhC0oJpzbG84oZH4SB7taFwJM5UXOWQyalCnMUbLW1KSpbbegZr8cDb 3X1C+Pn6mHzPpgkG6Z8hryZIuMulTqGIF0POvqJJ4Lb4TwdEe7wm1GkQZTrPuuXMNB +6xiJiThou0ndl6vTfqdzOpdH1H7BiQ6KvhZR9ccm3SCovzNe1mClOmEk+fagUVBv+ x0Bl8vRTvl3mJs7js7n5joZl4Pkd5QtPlO1MiFxlj/zrE+t2STqi1rfGAwdD0fmXNc HvbuVkgxvrmXmTAE/LZ3QDism3YM7zmX0X33dVqyCYIJPp/t7/cwE0csQNTpEFP6OC 8iQgcaUxQN4gw== Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 3E65A61FAE for ; Wed, 3 Aug 2022 13:26:59 +0200 (CEST) Received: (Authenticated sender: jacopo@jmondi.org) by mail.gandi.net (Postfix) with ESMTPSA id 2BCFA1BF206; Wed, 3 Aug 2022 11:26:56 +0000 (UTC) To: libcamera-devel@lists.libcamera.org Date: Wed, 3 Aug 2022 13:26:35 +0200 Message-Id: <20220803112640.30402-4-jacopo@jmondi.org> X-Mailer: git-send-email 2.37.1 In-Reply-To: <20220803112640.30402-1-jacopo@jmondi.org> References: <20220803112640.30402-1-jacopo@jmondi.org> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v6 3/8] 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 Cc: jozef@mlich.cz, Pavel Machek 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: