From e04bd18589fb04e5fc3974e79f8ae33d22a159df Mon Sep 17 00:00:00 2001 From: Hirokazu Honda Date: Tue, 20 Oct 2020 18:15:03 +0900 Subject: libcamera: Omit extra semicolons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The end semicolons with LOG_DEFINE_CATEGORY, LOG_DECLARE_CATEGORY and REGISTER_PIPELINE_HANDLER are unnecessary. Signed-off-by: Hirokazu Honda Reviewed-by: Laurent Pinchart Reviewed-by: Niklas Söderlund Reviewed-by: Kieran Bingham Signed-off-by: Laurent Pinchart --- Documentation/guides/pipeline-handler.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation') diff --git a/Documentation/guides/pipeline-handler.rst b/Documentation/guides/pipeline-handler.rst index 71ef2050..d0370f16 100644 --- a/Documentation/guides/pipeline-handler.rst +++ b/Documentation/guides/pipeline-handler.rst @@ -258,7 +258,7 @@ methods for the overridden class members. return false; } - REGISTER_PIPELINE_HANDLER(PipelineHandlerVivid); + REGISTER_PIPELINE_HANDLER(PipelineHandlerVivid) } /* namespace libcamera */ @@ -1470,4 +1470,4 @@ application which will render the frames in a window for visual inspection: .. TODO: Running qcam with the vivid pipeline handler appears to have a bug and no visual frames are seen. However disabling zero-copy on qcam renders - them successfully. \ No newline at end of file + them successfully. -- cgit v1.2.1