From 7a671fb40bab77690c385fbb742612eaa5d278e1 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 20 Oct 2020 02:14:13 +0300 Subject: libcamera: Place doxygen \file block above namespace Make the whole code base consistent by placing the doxygen \file block above the libcamera namespace opening. There's a single offender, and two locations in which a white line is missing. Signed-off-by: Laurent Pinchart Reviewed-by: Paul Elder Reviewed-by: Umang Jain Reviewed-by: Kieran Bingham --- src/libcamera/v4l2_pixelformat.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libcamera/v4l2_pixelformat.cpp') diff --git a/src/libcamera/v4l2_pixelformat.cpp b/src/libcamera/v4l2_pixelformat.cpp index 6b05909f..03ab085c 100644 --- a/src/libcamera/v4l2_pixelformat.cpp +++ b/src/libcamera/v4l2_pixelformat.cpp @@ -22,6 +22,7 @@ * \file v4l2_pixelformat.h * \brief V4L2 Pixel Format */ + namespace libcamera { LOG_DECLARE_CATEGORY(V4L2) -- cgit v1.2.1