From patchwork Fri Mar 29 11:04:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 820 Return-Path: Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id C9C8B600FB for ; Fri, 29 Mar 2019 12:04:16 +0100 (CET) X-Originating-IP: 2.224.242.101 Received: from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 4263A20025; Fri, 29 Mar 2019 11:04:15 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Fri, 29 Mar 2019 12:04:52 +0100 Message-Id: <20190329110452.16288-1-jacopo@jmondi.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] libcamera: stream: Remove 2 empty lines X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2019 11:04:17 -0000 Remove two empty lines. Cosmetic change only. Signed-off-by: Jacopo Mondi Reviewed-by: Laurent Pinchart --- include/libcamera/stream.h | 2 -- 1 file changed, 2 deletions(-) -- 2.21.0 diff --git a/include/libcamera/stream.h b/include/libcamera/stream.h index 3e8e83a2ff24..24407cb65361 100644 --- a/include/libcamera/stream.h +++ b/include/libcamera/stream.h @@ -35,8 +35,6 @@ private: StreamConfiguration configuration_; }; - - } /* namespace libcamera */ #endif /* __LIBCAMERA_STREAM_H__ */