From patchwork Sun Jan 19 23:55:36 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 22584 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 720F4C3273 for ; Sun, 19 Jan 2025 23:55:46 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 88F8A6854D; Mon, 20 Jan 2025 00:55:45 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="bx85YU9R"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 1395768519 for ; Mon, 20 Jan 2025 00:55:43 +0100 (CET) Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id B562E22A for ; Mon, 20 Jan 2025 00:54:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1737330881; bh=wQZpzzlD6SQ8WQunoPHarA6ZA0FT/qkJUfY4WAaPnjs=; h=From:To:Subject:Date:From; b=bx85YU9RAju2/2kfh+vs+efa3CtFtXSOrVWtni2qNPj/pd0SxofiL3PtIh6QCZ2L/ m8bdnIsWjXcvYf2VtNNAOPHEQfk1WDJz+dSX5MWftp8h+h70qxX2PVdIhDQ0oVtNp1 uq1TsrhfxfRBirn7PgHkp3/uCzF5OFbkAUqSmmGE= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [PATCH] ipa: libipa: lux: Fix indentation Date: Mon, 20 Jan 2025 01:55:36 +0200 Message-ID: <20250119235536.30508-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 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: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Indentation in a doxygen comment is wrong, fix it. Signed-off-by: Laurent Pinchart Reviewed-by: Paul Elder --- src/ipa/libipa/lux.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) base-commit: 4dad8ece72c0c1c6c9e0101f4c31937bd739d001 -- Regards, Laurent Pinchart diff --git a/src/ipa/libipa/lux.cpp b/src/ipa/libipa/lux.cpp index bae8198fa169..61f8fea8e3d9 100644 --- a/src/ipa/libipa/lux.cpp +++ b/src/ipa/libipa/lux.cpp @@ -76,9 +76,9 @@ namespace ipa { */ /** - * \brief Construct the Lux helper module - * \param[in] binSize The maximum count of each bin - */ + * \brief Construct the Lux helper module + * \param[in] binSize The maximum count of each bin + */ Lux::Lux(unsigned int binSize) : binSize_(binSize) {